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

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

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

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