/* === SMOVA BRAND TOKENS ===
   Hardcoded fallbacks. Colors are overridden at runtime by the
   inline <style> block in layouts/layout.tpl via TN settings.
   Font stacks use @font-face from fonts.css.
*/

:root {
  /* Color fallbacks — overridden by settings via layout.tpl <style> block */
  --paper:        #fafaf7;
  --cream:        #f7f5ef;
  --brown:        #2d2422;
  --brown-soft:   #6b5f5c;
  --smova-yellow: #eff2c0;
  --line:         rgba(45, 36, 34, 0.08);

  /* Typography — swap CODEC/ALQUDS: change these two lines only */
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'Funnel Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --brown-dark:   #000000;  /* CTA hover — darkens to pure black */
  --error:        #c0392b;  /* Form error state */

  /* Base */
  --base-size: 15px;
}
