﻿/* Design tokens and theme variables */
:root {
    --bg: #FAF9F6; /* Soft Pearl */
    --card: #ffffff;
    --text: #454545; /* Charcoal Gray */
    --muted: #7A7A7A; /* Muted Gray */
    --border: #E0E0E0; /* Subtle Gray */
    --brand: #334E6D; /* Calm Navy */
    --brand-2: #8ED1C6; /* Fresh Mint */
    --accent-1: #F7A18F; /* Gentle Coral */
    --accent-2: #B6A6D8; /* Serene Lavender */
    --ring: rgba(51,78,109,.15);
    --radius: 18px;
    --shadow: 0 10px 25px rgba(15,23,42,.06);
}
