/* InfoDecese.ro - Fonturi self-hosted, fara Google Fonts CDN
 *
 * Variabilele CSS din style.css au deja fallback-uri bune:
 *   --font-display: 'Playfair Display', Georgia, serif;
 *   --font-body:    'Source Sans 3', 'Segoe UI', Arial, sans-serif;
 *
 * Fara fisierele woff2, browserul foloseste Georgia si Segoe UI -
 * aspect aproape identic, disponibile pe orice dispozitiv.
 *
 * Daca vrei fonturile reale:
 * 1. Descarca de pe fonts.google.com: Playfair Display + Source Sans 3
 * 2. Pune fisierele woff2 in acest director (/assets/vendor/fonts/)
 * 3. Decommenteaza blocurile @font-face de mai jos
 */

/*
@font-face {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-display: swap;
  src: url('playfair-display-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 600 700;
  font-display: swap;
  src: url('playfair-display-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-weight: 300 400;
  font-display: swap;
  src: url('source-sans-3-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-weight: 500 600;
  font-display: swap;
  src: url('source-sans-3-600.woff2') format('woff2');
}
*/
