@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
:root{
--navy:#042C53;
--blue:#185FA5;
--blue-mid:#378ADD;
--blue-light:#85B7EB;
--blue-pale:#E6F1FB;
--blue-border:rgba(24,95,165,0.15);
--gold:#BA7517;
--gold-light:#EF9F27;
--gold-pale:#FAEEDA;
--text:#042C53;
--muted:#0C447C;
...