@import url("./base/_vars.css");
@import url("./components/cta.css");
@import url("./components/services.css");
@import url("./components/instagram.css");
@import url("./components/servicepage.css");
@import url("./front-page.css");

/* Bevidst minimal: side- og komponent-CSS enqueues via functions.php */
@import url("./pages/404.css");
@import url("./pages/policy.css");

/* Base-typografi og baggrund - CeylansGlow stil */
html,
body {
  margin: 0;
}

body {
  background: #000000;
  color: #ffffff;
  font-family:
    "Outfit",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

/* =========================================
   GLOBAL TYPOGRAFI - H1, H2, H3
   ========================================= */

h1,
h2,
h3 {
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  line-height: 1.1;
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* H1 - Store overskrifter i sand gold */
h1 {
  font-size: clamp(36px, 5vw, 52px);
  color: #d2ab2b;
  font-weight: 300;
}

/* H2 - Sektionsoverskrifter i sand gold */
h2 {
  font-size: clamp(28px, 4vw, 38px);
  color: #d2ab2b;
  font-weight: 400;
}

/* H3 - Underoverskrifter i sand gold */
h3 {
  font-size: clamp(20px, 3vw, 26px);
  color: #d2ab2b;
  font-weight: 500;
}
