:root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --secondary: #1d3557;
    --accent: #457b9d;
    --light: #f1faee;
    --dark: #1a1a2e;
    --black: #000000;
    --gray: #6c757d;
    --gray-light: #e9ecef;
    --home: #1e90ff;
    --away: var(--primary);
    --success: #2ecc71;
    --warning: #f39c12;
    --white: #ffffff;

    --shadow: 0 2px var(--size-mid) rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 5px 25px rgba(0, 0, 0, 0.15);

    --size-tiny: 4px;
    --size-small: 8px;
    --size-normal: 12px;
    --size-mid: 16px;
    --size-avg: 20px;
    --size-big: 24px;
    --size-huge: 32px;
    --size-mega: 48px;

    --text-h1: 2.25rem;
    --text-h2: 1.5rem;
    --text-h3: 1.25rem;
    --text-h4: 1rem;
    --text-h5: 0.75rem;
    --text-h6: 0.5rem;
    --text-p: 0.875rem;

    --line-h: 1.4;
}