/* Explain: Theme design tokens for a women's health and fertility hospital. - */
:root {
    --primary-color: #3A7CA5; /* Accessible Sky Blue */
    --primary-hover: #2F6384;
    --secondary-color: #D88C9A; /* Soft Pink */
    --accent-color: #D4AF37; /* Gold touch */
    --mint-color: #A8D5BA; /* Soft Green touch */
    --background-color: #FAFAFA;
    --surface-color: #FFFFFF;
    --text-color: #2C3E50;
    --text-muted: #64748B;
    --border-color: rgba(58, 124, 165, 0.15);
    --shadow-soft: 0 24px 70px rgba(58, 124, 165, 0.08);
    --shadow-card: 0 18px 45px rgba(58, 124, 165, 0.05);
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Cairo', sans-serif;
}