@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Lato:wght@400;700&display=swap');
@import url('base.css');

:root {
  --bg:          #1c1710;
  --bg-card:     #251f16;
  --bg-drawer:   #201a12;
  --bg-outer:    #100e08;
  --accent:      #a07828;
  --accent-dim:  #7a5c1e;
  --text:        #e8dcc8;
  --text-muted:  #8a7a60;
  --border:      #3a3020;
  --tag-veggie:  #1a2e10;
  --tag-sintagg: #10182e;
  --font-title:  'Merriweather', serif;
  --font-body:   'Lato', sans-serif;
  --color-section-title: #d4a840;
}
