@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@400;500&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --cream:#F5F0E8;--cream-dark:#EDE6D6;--cream-mid:#F0E9DA;
  --green:#2D5F4F;--green-light:#8A9E8C;--green-pale:#E8EDE6;--green-mid:#3d7a66;
  --terra:#C4503A;--terra-light:#F0DDD9;
  --orange:#E8A04A;--orange-light:#FAF0E0;
  --text:#2A2A2A;--text-muted:#5a5a5a;--border:rgba(45,95,79,0.13);
}

html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);min-height:100vh}

.hidden{display:none!important}
.text-center{text-align:center}
