/* Explain: Theme tokens for the Calcora calculator platform. - */
:root {
    --primary-color: #2563eb;      /* Blue 600 */
    --primary-hover: #1d4ed8;      /* Blue 700 */
    --secondary-color: #f1f5f9;    /* Slate 100 */
    --accent-color: #3b82f6;       /* Blue 500 */
    
    --background-color: #f8fafc;   /* Slate 50 */
    --surface-color: #ffffff;      /* White */
    --footer-bg: #0f172a;          /* Slate 900 */
    
    --text-color: #0f172a;         /* Slate 900 */
    --text-muted: #64748b;         /* Slate 500 */
    --border-color: #e2e8f0;       /* Slate 200 */
    
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
}