:root {
  /* Colors */
  /* Main shades */
  --bg-primary: #FFF8E7;
  --bg-shade: #FEF4CB;
  --bg-secondary: #8C4BA7;
  --text-dark: #333333;
  --text-light: #F8F8F8;
  --text-grey: #616161;
  --yellow: #FFE000;
  
  /* Accents */
  --accent: #D96538;
  --accent-2: #FFE1AA;

  /* Highlights */
  --red-light: #EBD0D0;
  --green-light: #D7EBD0;
  --blue-light: #D0DDEB;
  --purple-light: #E8D0EB;

  /* Highlights dark */
  --red-dark: #A25151;
  --green-dark: #459243;
  --blue-dark: #436192;
  --purple-dark: #884392;

  /* Fonts */
  --font-main: 'Inter', 'Noto Sans', system-ui, sans-serif;
  --font-highlight: 'Bree Serif', 'DM Serif Display';
  --font-brand: 'Averia Serif Libre';
}