/* ============================================================
   VYNARO SELF-HOSTED FONTS — Phase 1 + Phase 2 (16.05.2026)
   Loaded from /wp-content/themes/vynaro-theme-new/assets/fonts/
   100% self-hosted — NO third-party font CDN. NO Google connections.

   Reference paths assume this file lives in /assets/css/.
   Font files live in /assets/fonts/ — adjust if structure changes.
   ============================================================ */

/* === Be Vietnam Pro (4 weights) === */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-latin_latin-ext_vietnamese-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-latin_latin-ext_vietnamese-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-latin_latin-ext_vietnamese-700.woff2') format('woff2');
}

/* === Playfair Display (2 weights) === */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-700.woff2') format('woff2');
}

/* === Material Symbols Outlined (variable font, Phase 2 self-hosted) === */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block; /* block: avoid icon flash; icons should appear correctly the first time */
  src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}

/* Apply default variation settings to icon spans */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
