/* Explain: Premium geometric theme tokens for the executive coach profile. - */
:root {
    --slate-color: #172033;
    --primary-color: #2563EB;
    --primary-hover: #1d4ed8;
    --secondary-color: #667085;
    --accent-color: #2563EB;
    --accent-hover: #1d4ed8;
    --silver-color: #667085;
    --background-color: #FFFFFF;
    --surface-color: #F7F9FC;
    --ink-color: #172033;
    --text-color: #172033;
    --text-muted: #667085;
    --border-color: #E4E7EC;
    --shadow-strong: 0 10px 25px rgba(23, 32, 51, 0.08);
    --shadow-orange: 0 10px 25px rgba(37, 99, 235, 0.2);
    --font-heading: 'Roboto', sans-serif;
    --font-body: 'Roboto', sans-serif;
}