/* Anygua · English brand bundle.
 * Inherits the shared design system, then overrides typography for Western fonts.
 */
@import url("/assets/shared/design_system-62a7a054.css");

:root {
  --font-serif: "Source Serif 4", "Spectral", "Georgia", serif;
  --font-sans:  "Inter", "Helvetica Neue", system-ui, sans-serif;
  --font-mono:  "IBM Plex Mono", "Menlo", "Consolas", monospace;
}

body.brand-anygua h1, body.brand-anygua h2, body.brand-anygua h3 {
  letter-spacing: 0.01em;
}
