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

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