@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#123E62;--navy-dk:#0D2E47;--navy-xdk:#081E30;
  --orange:#F47F26;--orange-lt:#FFF3E8;--orange-dk:#C96810;
  --mid:#2B4A5B;--sky:#A8C4D8;--offwhite:#F4F7FA;
  --light:#E2EBF3;--muted:#5A7A9A;--white:#FFFFFF;
  --green:#2E7D4F;--green-lt:#E8F5EE;--red:#C0392B;--text:#1A2E3E;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);line-height:1.6}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;line-height:1.15}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
