/* Cubby Brand Tokens */
:root {
    /* Primary */
    --navy: #444963;
    --navy-dark: #363a50;
    --navy-deep: #2a2d3e;
    --gold: #facd7a;
    --gold-dark: #f5be5a;
    --gold-light: #fde4b3;
    --teal: #108474;
    --blue: #61b3e4;
    --blue-light: #e8f4fc;

    /* Neutrals */
    --white: #ffffff;
    --cream: #f8f7f4;
    --light-bg: #e6e7ef;
    --border-light: #c7c9db;
    --text-dark: #212529;
    --text-gray: #5a5a5a;
    --text-light: #8a8a9a;

    /* Typography */
    --font-heading: 'Nunito', sans-serif;
    --font-body: 'Open Sans', sans-serif;

    /* Shadows */
    --shadow-card: 0 2px 8px rgba(68, 73, 99, 0.1);
    --shadow-lg: 0 4px 16px rgba(68, 73, 99, 0.15);

    /* Radii */
    --radius-sm: 8px;
    --radius-lg: 32px;
    --radius-pill: 100px;

    /* Easing */
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}
