/* Webfonts are served from Google Fonts (no original font binaries were supplied).
   Cormorant Garamond -> the high-contrast serif of the reference layout.
   Jost -> the thin, wide-tracked geometric sans of the logo lockup ("CABELEIREIRO").
   Great Vibes -> the script of the "Anny" wordmark; ACCENT ONLY, never body copy. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Jost:wght@200;300;400;500;600&family=Great+Vibes&display=swap");

:root {
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --font-script: "Great Vibes", "Cormorant Garamond", cursive;
}
