/*!
Theme Name: ejtheme
Version: 1.0.0
Text Domain: ejtheme
*/

/**
 * Roboto Font Family
 * Font weights: 100, 200, 300, 400 (regular), 500, 600, 700, 800, 900
 * Supports: Cyrillic, Cyrillic Extended, Latin, Latin Extended, Vietnamese
 */

/* Roboto - 100 (Thin) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-100.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-100italic.woff2') format('woff2');
}

/* Roboto - 200 (Extra Light) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-200italic.woff2') format('woff2');
}

/* Roboto - 300 (Light) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-300italic.woff2') format('woff2');
}

/* Roboto - 400 (Regular) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-italic.woff2') format('woff2');
}

/* Roboto - 500 (Medium) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-500italic.woff2') format('woff2');
}

/* Roboto - 600 (Semi Bold) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-600italic.woff2') format('woff2');
}

/* Roboto - 700 (Bold) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700italic.woff2') format('woff2');
}

/* Roboto - 800 (Extra Bold) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-800italic.woff2') format('woff2');
}

/* Roboto - 900 (Black) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/roboto-serif-v17-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-900italic.woff2') format('woff2');
}

/* Apply Roboto as default font */
:root {
  --font-primary: 'Roboto', serif;
}

body {
  font-family: var(--font-primary);
}
