/* ==========================================================================
   OROS HOME — WEBFONTS
   ==========================================================================
   Brand guide specifies Satoshi (primary) and Sentient Bold (secondary/serif),
   both distributed via Fontshare and meant to be self-hosted on Shopify.
   No font FILES were included in the uploaded materials — only the brand
   guide's typography spec sheet. Substituted with the closest Google Fonts
   matches below. FLAG: ask the brand for the real Fontshare .woff2 files
   (Satoshi + Sentient) and swap these @font-face/imports out.

   Functional font (Lexend) is already on Google Fonts — no substitution
   needed there.
   ========================================================================== */

/* Satoshi substitute: Manrope — geometric sans, closest free match, variable weights */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700;800&display=swap');

/* Sentient Bold substitute: Fraunces (italic) — warm, slightly wonky editorial serif */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,600;1,500;1,600&display=swap');

/* Lexend — functional / e-commerce copy, used as specified */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500&display=swap');
