/*
 * Vizantino — design tokens (design-language foundation)
 * -------------------------------------------------------
 * Single source of truth for colour, type, and layout values,
 * derived from the app design language in assets/design-language/.
 *
 * Kept in its own file so the marketing site AND the future
 * nutritionist panel (ishrana.vizantinofitnes.rs) can share the
 * exact same look by linking this one stylesheet.
 *
 * Do NOT put component/layout rules here — those live in style.css.
 */

:root {
  /* Brand palette */
  --viz-gold: #EBD7B0;
  --viz-gold-light: #F5EDDE;
  --viz-gold-dark: #D4BD8A;

  /* Ink & surfaces */
  --viz-text: #F0F0F0;
  --viz-text-light: #9A9590;
  --viz-bg: #0C0B0A;
  --viz-card: #171615;
  --viz-border: #2A2724;
  --viz-surface: #121110;

  /* Shape & layout */
  --viz-radius: 2px;
  --viz-max-width: 1080px;
  --viz-header-height: 72px;

  /* Type */
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
