/* ===================================
   Self-Hosted Fonts Configuration
   =================================== */

/* Inter Font Family - Modern sans-serif for headings and UI */

/* inter-latin-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./inter/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}

/* inter-latin-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./inter/inter-v20-latin_latin-ext-500.woff2') format('woff2');
}

/* inter-latin-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./inter/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}

/* inter-latin-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./inter/inter-v20-latin_latin-ext-700.woff2') format('woff2');
}

/* Roboto Font Family - Clean sans-serif for body text */

/* roboto-latin-300-normal - Using 400 as fallback for 300 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./roboto/roboto-v49-latin_latin-ext-regular.woff2') format('woff2');
}

/* roboto-latin-400-normal */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./roboto/roboto-v49-latin_latin-ext-regular.woff2') format('woff2');
}

/* roboto-latin-500-normal */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./roboto/roboto-v49-latin_latin-ext-500.woff2') format('woff2');
}

/* roboto-latin-700-normal */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./roboto/roboto-v49-latin_latin-ext-700.woff2') format('woff2');
}

/* roboto-latin-400-italic - Using regular as fallback */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('./roboto/roboto-v49-latin_latin-ext-regular.woff2') format('woff2');
}

/* roboto-latin-700-italic - Using bold as fallback */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('./roboto/roboto-v49-latin_latin-ext-700.woff2') format('woff2');
}

/* Roboto Mono Font Family - Monospace for code */

/* roboto-mono-latin-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./roboto-mono/roboto-mono-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* roboto-mono-latin-500-normal - Used as medium weight */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./roboto-mono/roboto-mono-v31-latin_latin-ext-500.woff2') format('woff2');
}

/* roboto-mono-latin-700-normal - Using 500 as fallback for bold */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./roboto-mono/roboto-mono-v31-latin_latin-ext-500.woff2') format('woff2');
}
