/* =========================================================
   YEARLY SHIRT COLORS — UPDATE THESE VALUES FIRST
   =========================================================
   The main 2026 shirt/background color is rgb(117, 131, 114).
   When the shirt changes next year, replace the values in this
   section. The rest of the site uses these variables.
*/
:root {
    --shirt-primary: rgb(117, 131, 114);
    --shirt-primary-dark: rgb(62, 78, 61);
    --shirt-primary-deep: rgb(31, 49, 35);
    --shirt-primary-light: rgb(188, 198, 184);

    --energy-yellow: rgb(247, 210, 62);
    --energy-orange: rgb(235, 123, 42);
    --energy-blue: rgb(58, 150, 190);

    --surface-cream: rgb(248, 245, 232);
    --surface-white: rgb(255, 255, 255);
    --surface-ink: rgb(22, 31, 24);
    --text-main: rgb(30, 39, 31);
    --text-muted: rgb(74, 87, 76);
    --text-on-dark: rgb(247, 210, 62);

    --border-dark: rgba(20, 34, 23, 0.72);
    --shadow-soft: 0 12px 28px rgba(20, 34, 23, 0.16);
    --shadow-strong: 8px 8px 0 rgba(20, 34, 23, 0.86);

    --font-display: "Bangers", "Arial Black", "Impact", sans-serif;
    --font-heading: "Oswald", "Trebuchet MS", "Arial", sans-serif;
    --font-body: "Inter", "Segoe UI", "Arial", sans-serif;

    --content-width: 1180px;
    --nav-height: 84px;
    --jump-height: 54px;
    --radius-small: 8px;
    --radius-medium: 16px;
    --radius-large: 26px;
}
