@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Regular'),
       url('/fonts/segoe-ui.woff2') format('woff2'),
       url('/fonts/segoe-ui.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Bold'),
       url('/fonts/segoe-ui-bold.woff2') format('woff2'),
       url('/fonts/segoe-ui-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Italic'),
       url('/fonts/segoe-ui-italic.woff2') format('woff2'),
       url('/fonts/segoe-ui-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}