:root{
    --gold:#9C7A3C;
    --gold-lt:#B8945A;
    --navy:#1B3959;
    --cream:#FAF7F2;
    --warm:#F5EDE0;
    --warm-card:#F7F0E8;
    --border:#E0D8CE;
    --txt:#1A1A1A;
    --txt-mid:#4A4A4A;
    --txt-lt:#888;
    --serif:'baskerville','Palatino Linotype','Book Antiqua',Palatino,Georgia,serif;
    --sans:'myria','Gill Sans','Segoe UI',Tahoma,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--txt);background:#fff;overflow-x:hidden;line-height:1.6;font-size:15px}
h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:400}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}