/*
 * Fonts — Vježbaonica Sreće
 *
 * By default this loads Google Fonts via CSS @import (works out of the box, but makes a CDN call).
 *
 * For full GDPR-safe deployment, run the helper script:
 *   PowerShell: assets/fonts/download-fonts.ps1
 *   Bash:       assets/fonts/download-fonts.sh
 * Then comment out the @import below and uncomment the @font-face blocks.
 *
 * The Customizer respects whichever family slug is set in vs_font_display / vs_font_body / vs_font_accent.
 */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&family=Fraunces:opsz,wght@9..144,700;9..144,800;9..144,900&family=Fredoka:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,800;0,900;1,700;1,800&family=Quicksand:wght@500;600;700&display=swap');

/*
 * ─── LOCAL @font-face (uncomment after running download-fonts.* helper) ───
 *
 * @font-face {
 *   font-family: 'Playfair Display';
 *   font-style:  normal;
 *   font-weight: 700 900;
 *   font-display: swap;
 *   src: url('playfair-display/playfair-display-700.woff2') format('woff2');
 * }
 *
 * @font-face {
 *   font-family: 'DM Sans';
 *   font-style:  normal;
 *   font-weight: 400 700;
 *   font-display: swap;
 *   src: url('dm-sans/dm-sans-500.woff2') format('woff2');
 * }
 *
 * @font-face {
 *   font-family: 'Baloo 2';
 *   font-style:  normal;
 *   font-weight: 600 800;
 *   font-display: swap;
 *   src: url('baloo-2/baloo-2-700.woff2') format('woff2');
 * }
 */
