/*
 * GOOBER FRAMEWORK — Brand Tokens
 * Generated by AI — do not edit manually
 * These 12 values are the only things that change between projects.
 */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --color-primary:      #e6dfd1;
  --color-secondary:    #cec3ab;
  --color-cta:          #cec3ab;
  --font-heading:       Lora, Georgia, serif;
  --font-body:          Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --radius:             3px;
  --hero-overlay:       rgba(0, 0, 0, 0.45);
  --section-dark-bg:    #000000;
  --color-accent-light: #e6dfd11f;
  --shadow-brand:       #e6dfd140;
  --color-text:         #0f172a;

  --chrome-scheme: light;
  --chrome-surface: #f0eadb;
  --chrome-text: #0a0a0a;
  --chrome-muted: #525252;
  --chrome-border: rgba(0,0,0,0.10);
  --chrome-font-scale: 1;
}
