:root {
    --background: #171615;
    --text: #d8d7d6;
    --text-dark: #b8b7b6;
    --text-light: #f8eeee;
    --primary: #c43724;
    --primary-light: #f55139;
    --primary-dark: #8f1f11;
    --tile-background: #1b1c1d;
    --tile-background-pressed: #2b2c2d;
    --tile-corner-radius: 16px;
    --tile-shadow: 0px 8px 48px rgba(85,65, 65,.3);
}
