/* ==========================================================================
   IDESIGN TYPOGRAPHY - SUBSETTED WEBFONTS (VIETNAMESE & LATIN)
   - Format: WOFF2 (primary) with WOFF (fallback)
   - Font Display: swap
   ========================================================================== */

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

@font-face {
  font-family: 'Lora';
  src: url("/font/Lora-Bold.woff2") format("woff2"),
       url("/font/Lora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url("/font/Lora-Italic.woff2") format("woff2"),
       url("/font/Lora-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url("/font/Lora-BoldItalic.woff2") format("woff2"),
       url("/font/Lora-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* SpaceMono / Space Mono */
@font-face {
  font-family: 'SpaceMono';
  src: url("/font/SpaceMono-Regular.woff2") format("woff2"),
       url("/font/SpaceMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SpaceMono';
  src: url("/font/SpaceMono-Bold.woff2") format("woff2"),
       url("/font/SpaceMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SpaceMono';
  src: url("/font/SpaceMono-Italic.woff2") format("woff2"),
       url("/font/SpaceMono-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SpaceMono';
  src: url("/font/SpaceMono-BoldItalic.woff2") format("woff2"),
       url("/font/SpaceMono-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url("/font/SpaceMono-Regular.woff2") format("woff2"),
       url("/font/SpaceMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url("/font/SpaceMono-Bold.woff2") format("woff2"),
       url("/font/SpaceMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto Mono / RobotoMono */
@font-face {
  font-family: 'Roboto Mono';
  src: url("/font/RobotoMono-Regular.woff2") format("woff2"),
       url("/font/RobotoMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url("/font/RobotoMono-Bold.woff2") format("woff2"),
       url("/font/RobotoMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url("/font/RobotoMono-Italic.woff2") format("woff2"),
       url("/font/RobotoMono-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'RobotoMono';
  src: url("/font/RobotoMono-Bold.woff2") format("woff2"),
       url("/font/RobotoMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
