    @font-face {
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('Segoe UI.ttf');
    }    @font-face {
      font-family: 'Segoe UI';
      font-style: italic;
      font-weight: 400;
      font-display: swap;
      src: url('Segoe UI Italic.ttf');
    }    @font-face {
      font-family: 'Segoe UI';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url('Segoe UI Bold.ttf');
    }    @font-face {
      font-family: 'Segoe UI';
      font-style: italic;
      font-weight: 700;
      font-display: swap;
      src: url('Segoe UI Bold Italic.ttf');
    }