@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Raleway:wght@400;500;600&display=swap');
@import url('base.css');

:root {
  --bg:          #0d0b08;
  --bg-card:     #1a1710;
  --bg-drawer:   #161410;
  --bg-outer:    #080705;
  --accent:      #c9a84c;
  --accent-dim:  #a08030;
  --text:        #ede0c4;
  --text-muted:  #8a7a5a;
  --border:      #2e2818;
  --tag-veggie:  #1a2e10;
  --tag-sintagg: #10182e;
  --font-title:  'Cormorant Garamond', serif;
  --color-section-title: #c9a84c;
  --font-body:   'Raleway', sans-serif;
  --accent2:     #b87333;
}
