:root {
    --page-width: 1320px;

    --panel: rgba(18, 19, 19, 0.96);
    --border: #292929;

    --red: #c91616;
    --red-dark: #660b0b;
    --red-soft: #8e1616;

    --text: #d8d8d8;
    --muted: #9a9a9a;
    --cream: #eee1bd;

    --blue: #1676ff;
    --green: #81d65f;
    --gold: #d9b36c;

    --shadow: 0 0 28px rgba(0, 0, 0, 0.78);
}

* {
    box-sizing: border-box;
}