/* Explain: Theme tokens and typography for the H19 platform. - */
:root {
    --primary-color: #ff0000;
    --primary-hover: #cc0000;
    --secondary-color: #ffaa00;
    --accent-color: #ffd700;
    --background-color: #ffffff;
    --surface-color: #f8f9fa;
    --surface-warm: #f0f0f0;
    --text-color: #333333;
    --text-muted: #666666;
    --border-color: #dddddd;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Avenir Next', 'Montserrat', sans-serif;
    --radius-oval: 999px;
    --radius-soft: 2rem;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 4px 15px rgba(0, 0, 0, 0.05);
}
