:root {
    --color-primary: #b23a48;
    --color-primary-hover: #5dade2;
    --color-on-primary: #000000;

    --color-text: #3b2e00;
    --color-heading: #2a1f00;

    --color-page: #fff8e1;
    --color-surface: #fff3c4;
    --color-chrome: #ffec99;

    --shadow: rgba(0, 0, 0, 0.1);
    --list-marker: "• ";

    --font-headline: sans-serif;
    --font-body: sans-serif;
}
