/* === Custom Font: Rosela === */
@font-face {
  font-family: "Rosela";
  src: url("/kajabi-storefronts-production/themes/2163430649/assets/rosela.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Heading Font Assignments === */
/* === Load Google Font: Arimo === */
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap");


/* Display Headings (Rosela) */
h1, h2, h3, h4 {
  font-family: "Rosela", serif !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2em;
}

/* Secondary Headings (Arimo) */
h5, h6 {
  font-family: "Arimo", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* === Apply Arimo to Header Menu === */
.link-list__link,
.header__menu-item,
.navbar a,
.header__nav a {
  font-family: "Arimo", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
