/* Ridgeline AI — Option A brand tokens (charcoal / warm off-white / slate / copper) */
:root {
    --bg: #F7F5F2;
    --bg-alt: #EFEAE1;
    --surface: #FFFFFF;
    --card: rgba(68, 84, 106, 0.06);
    --glass: rgba(68, 84, 106, 0.05);
    --border: rgba(68, 84, 106, 0.25);

    --ink: #2B2B2B;
    --text: #2B2B2B;
    --muted: #6B7686;
    --structure: #44546A;

    --accent: #B0713A;
    --accent-soft: rgba(176, 113, 58, 0.12);
    --accent-glow: rgba(176, 113, 58, 0.25);

    --white: #FFFFFF;

    --fraunces: 'Source Serif 4', Georgia, 'Times New Roman', serif;
    --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
    --inter: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
