/* Default Theme */
:root {
    --primary-color: #13213F;
    --primary-color-offset:#0645b2;
    --secondary-color: #FF99A8;
    --secondary-color-offset: #f06c5a;
    --background-color: #F5F5F5;
    --text-color: #13213f;
    --text-hover-color:#333333;
    --nav-background-color:#13213F;
    --nav-text-color:#ffffff;
    --nav-text-hover-color:#ff99a8;
    --link-color: #0077CC;
    --border-color: #E0E0E0;         /* Light gray borders */
    --header-bg: var(--primary-color);
    --header-text: white;
    --footer-bg: var(--primary-color);
    --footer-text: white;
    --button-bg: transparent;
    --border-color:var(--primary-color);
    --button-hover: var(--secondary-color-offset);
    --button-text: var(--primary-color);
    --card-bg: white;
    --card-border: #F0F0F0;
    --card-text: var(--text-color);
    --success-color: #4CAF50;
    --warning-color: #FFC107;
    --error-color: #F44336;


}

/* The default theme should be minimal as it builds on top of styles.css */
/* Any overrides specific to the default theme can go here */