:root{
  --lagoon:#1FA0AE;
  --lagoon-2:#0F4C5C;
  --lagoon-3:#E8F6F7;
  --sand:#F5ECD7;
  --sand-2:#FBF5E6;
  --cream:#FDFAF2;
  --gold:#C9A24A;
  --gold-2:#A8842F;
  --ink:#0F2A33;
  --ink-2:#3D5560;
  --muted:#7B8B92;
  --line:#E5DFCF;
  --white:#fff;
  --shadow-1:0 1px 2px rgba(15,42,51,.06);
  --shadow-2:0 6px 24px rgba(15,42,51,.08);
  --shadow-3:0 18px 48px rgba(15,42,51,.14);
  --r-sm:8px; --r-md:14px; --r-lg:22px; --r-xl:32px;
  --sp:16px;
  --container:1240px;
  --serif:"Cormorant Garamond",ui-serif,Georgia,serif;
  --sans:"Outfit",ui-sans-serif,system-ui,-apple-system,sans-serif;
  --bg:var(--cream);
  --surface:var(--white);
  --text:var(--ink);
}
[data-theme="dark"]{
  --lagoon:#46C8D6;
  --lagoon-2:#0B3540;
  --lagoon-3:#13363F;
  --sand:#2A2418;
  --sand-2:#1B2128;
  --cream:#0B1418;
  --gold:#E0BE6B;
  --gold-2:#C9A24A;
  --ink:#F2EFE6;
  --ink-2:#C7CED2;
  --muted:#8AA0A7;
  --line:#1F2D33;
  --white:#142026;
  --surface:#142026;
  --bg:#0B1418;
  --text:#F2EFE6;
  --shadow-1:0 1px 2px rgba(0,0,0,.4);
  --shadow-2:0 8px 24px rgba(0,0,0,.4);
  --shadow-3:0 18px 48px rgba(0,0,0,.55);
}
[data-density="compact"]{
  --sp:12px;
  --r-lg:16px;
  --r-xl:22px;
}
