/* =====================================
   Local Fonts – Inter (Single Weight)
   Theme: DFD Ronneby
   ===================================== */

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dfd-ronneby/assets/fonts/inter.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Global text */
html,
body {
  font-family: "Inter", system-ui, -apple-system,
               BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.vc_custom_heading {
  font-family: inherit;
  font-weight: 600; /* browser will synthesize */
}

/* Buttons & UI */
button,
input,
select,
textarea,
.vc_btn3 {
  font-family: inherit;
}
