*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --white:#ffffff;
  --bg:#fffafb;
  --bg-cream:#fff8f5;
  --bg-pink:#fce8ef;
  --bg-deep-pink:#f9d5e3;

  --pink:#d4607a;
  --pink-deep:#8b2d45;
  --pink-mid:#b84060;
  --pink-light:#e8a0b5;
  --pink-pale:#fce4ec;
  --pink-soft:#fff0f4;

  --gold:#c9a15a;
  --gold-light:#e8c97a;
  --gold-pale:#fdf3d8;

  --green-wa:#25D366;
  --green-wa-dark:#1da851;

  --text:#2d1520;
  --text-m:#7a4f5f;
  --text-l:#ffffff;
  --text-f:rgba(255,255,255,.6);

  --border:rgba(212,96,122,.13);
  --border-pink:rgba(212,96,122,.3);
  --border-gold:rgba(201,161,90,.28);

  --shadow-sm:0 2px 12px rgba(139,45,69,.08);
  --shadow:0 4px 24px rgba(139,45,69,.12);
  --shadow-lg:0 8px 48px rgba(139,45,69,.18);
  --shadow-pink:0 8px 32px rgba(212,96,122,.25);
  --shadow-modal:0 24px 80px rgba(45,21,32,.3);

  --font-d:'Cormorant Garamond',Georgia,serif;
  --font-b:'Jost',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-m:ui-monospace,'Courier New',monospace;

  --ease:cubic-bezier(.2,.9,.3,1);
  --dur:.4s;
  --dur-f:.22s;

  --nav-h:72px;
  --container:1140px;
  --radius:6px;
  --radius-md:12px;
  --radius-lg:20px;
  --radius-full:9999px;
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{font-family:var(--font-b);background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}
img,svg,video,canvas{display:block;max-width:100%}
ul{list-style:none}
a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;background:none;font:inherit}
input,textarea,select{font:inherit}
h1,h2,h3,h4{font-family:var(--font-d);font-weight:400;line-height:1.12}
em{font-style:italic;color:var(--pink)}
.em-gold{color:var(--gold-light)!important}
blockquote,cite{font-style:italic}
