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

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

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

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

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

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

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

/* Font Awesome 6 Free */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/fa-brands-400.woff2') format('woff2'),
       url('../../fonts/fa-regular-400.woff2') format('woff2');
       url('../../fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap; /* optimisation FCP */
}

