@font-face {
  font-weight: normal;
  font-family: 'Segoe UI';
  font-style: normal;
  src: local('Segoe UI'), local('SegoeUI'),
    url('/fonts/SegoeUI/regular.woff2') format('woff2'),
    url('/fonts/SegoeUI/regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-weight: normal;
  font-family: 'Segoe UI';
  font-style: italic;
  src: local('Segoe UI Italic'), local('SegoeUI-Italic'),
    url('/fonts/SegoeUI/regular-italic.woff2') format('woff2'),
    url('/fonts/SegoeUI/regular-italic.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-family: 'Segoe UI';
  font-style: normal;
  src: local('Segoe UI Semibold'), local('SegoeUI-Semibold'),
    url('/fonts/SegoeUI/semibold.woff2') format('woff2'),
    url('/fonts/SegoeUI/semibold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-weight: 900;
  font-family: 'Segoe UI';
  font-style: normal;
  src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
    url('/fonts/SegoeUI/bold.woff2') format('woff2'),
    url('/fonts/SegoeUI/bold.woff') format('woff');
  font-display: swap;
}
