:root {
    /* Backgrounds */
    --bg: #ffffff;
    --bg-soft: #f7f7f6;

    /* Text */
    --text: #1a1a1a;
    --text-muted: #6b7280;

    /* Accent / Primary */
    --accent: #0F93C0;
    --primary: #0F93C0;
    --accent-light: #1ba3d0;
    --accent-dark: #0a7a9e;

    /* Buttons */
    --button-height: 48px;
}
