/* Font Lindsey Signature Regular */
.font-signature {
  font-family: "lindsey-signature", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Font Fieldwork Geo Light */
.fieldwork-geo__light {
  font-family: "fieldwork", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Sigurd Light */
.sigurd-light {
  font-family: "sigurd", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Sigurd Light Italic */
.sigurd-light-italic {
  font-family: "sigurd", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sigurd-variable-light {
  font-family: "sigurd-variable", sans-serif;
  font-variation-settings: 'wght' 300, 'slnt' 0;
}

.sigurd-variable-semi-italic {
  font-family: "sigurd-variable",sans-serif;
  font-variation-settings: 'wght' 400, 'slnt' -9;
}

/* Fieldwork Hum Thin */
.fieldwork-hum-thin {
  font-family: "fieldwork-hum", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* Fieldwork Hum Hair */
.fieldwork-hum-hair {
  font-family: "fieldwork-hum", sans-serif;
  font-weight: 100;
  font-style: normal;
}

/* Fieldwork Hum Light */
.fieldwork-hum-light {
  font-family: "fieldwork-hum", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fielwork-regular-italic {
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: italic;
}