/*!
 * HandySalon self-hosted webfonts (Sora + Manrope).
 * ---------------------------------------------------------------------
 * The fonts are bundled with the theme (assets/fonts/*.woff2) and served
 * from the site's own domain rather than the Google Fonts CDN. Two reasons:
 *   1. Reliability — a CDN dependency fails behind a CSP, ad/tracker blocker
 *      or on an offline/intranet install, and the design then falls back to
 *      an unrelated system font.
 *   2. GDPR — embedding Google Fonts from fonts.googleapis.com transmits the
 *      visitor's IP to Google. German courts have found this unlawful without
 *      consent (LG München I, 20 O 17493/20). Self-hosting avoids it.
 * Latin subset, the weights the design actually uses. woff2 only (universally
 * supported by every browser this theme targets).
 */

/* Sora — display / headings */
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/sora-600.woff2') format('woff2'); }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/sora-700.woff2') format('woff2'); }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/sora-800.woff2') format('woff2'); }

/* Manrope — body / UI text */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/manrope-400.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/manrope-500.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/manrope-600.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/manrope-700.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/manrope-800.woff2') format('woff2'); }
