:root{--primary: #4A95FF;--secondary: #002D4D;--background: #E1E6FA;--accent: #002D4D;--base-accent: #ffffff;--base-secondary: #ffffff;--gradient: linear-gradient(to right, #10396B, #2673D4);--danger: #ff4d4d;--success: #14C286;--faq: #60B02C;--progress: #4A95FF;--suggested: #608991;--font-xxs: .75rem;--font-xs: 1rem;--font-md: 1.2rem;--font-lg: 1.8rem;--radius: .4rem;--padding: 1rem;--gap: .8rem}body.dark-theme{--background: #002D4D;--accent: #ffffff;--base-accent: #ffffff;--base-secondary: #002D4D}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background-color:var(--background);color:var(--accent);margin:0;transition:background-color .3s ease,color .3s ease;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}
