/* Self-hosted General Sans (400/500/600) */
@font-face {
  font-family: "General Sans";
  src:
    url("./general-sans/GeneralSans-Regular.woff2") format("woff2"),
    url("./general-sans/GeneralSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("./general-sans/GeneralSans-Medium.woff2") format("woff2"),
    url("./general-sans/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("./general-sans/GeneralSans-SemiBold.woff2") format("woff2"),
    url("./general-sans/GeneralSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* If you have italics, duplicate the blocks with font-style: italic
   and the corresponding *Italic files. */

:root {
  --font-primary: "General Sans", ui-sans-serif, system-ui, -apple-system,
                  "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji",
                  "Segoe UI Emoji";
}

/* Set site default; Elementor can override per widget/heading */
html, body {
  font-family: var(--font-primary);
}
