/* @2025 - Steffen Klausen - steffen@klausenguldbaek.dk*/
/* - * - * - * - * - * - * - * - * - * - * - * - * */
/* FONTS */

/* DECORATIVE */
.ft-fleur,
.fleur-de-leah-regular {
  font-family: 'Fleur De Leah', cursive;
  font-weight: 400;
  font-style: normal;
}

.cormorant-upright-light {
  font-family: 'Cormorant Upright', serif;
  font-weight: 300;
  font-style: normal;
}

/* HEADINGS */
.ft-heading,
.cormorant-upright-regular {
  font-family: 'Cormorant Upright', serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-upright-medium {
  font-family: 'Cormorant Upright', serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-upright-semibold {
  font-family: 'Cormorant Upright', serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-upright-bold {
  font-family: 'Cormorant Upright', serif;
  font-weight: 700;
  font-style: normal;
}

.bellota-light {
  font-family: 'Bellota', system-ui;
  font-weight: 300;
  font-style: normal;
}

/* TEXT */
.ft-regular,
.bellota-regular {
  font-family: 'Bellota', system-ui;
  font-weight: 400;
  font-style: normal;
}

.bellota-bold {
  font-family: 'Bellota', system-ui;
  font-weight: 700;
  font-style: normal;
}

.bellota-light-italic {
  font-family: 'Bellota', system-ui;
  font-weight: 300;
  font-style: italic;
}

.bellota-regular-italic {
  font-family: 'Bellota', system-ui;
  font-weight: 400;
  font-style: italic;
}

.bellota-bold-italic {
  font-family: 'Bellota', system-ui;
  font-weight: 700;
  font-style: italic;
}
