/* Google Fonts - Geologica */
/* @import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap'); */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  /*src: url('../fonts/Geologica-Variable.woff2') format('woff2');*/
}


/* Font classes */
.geologica {
  font-family: "Geologica", sans-serif;
  font-style: normal;
}

.geologica-thin {
  font-family: "Geologica", sans-serif;
  font-weight: 100;
}

.geologica-light {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
}

.geologica-regular {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}

.geologica-medium {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
}

.geologica-semibold {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
}

.geologica-bold {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
}

.geologica-extrabold {
  font-family: "Geologica", sans-serif;
  font-weight: 800;
}

.geologica-black {
  font-family: "Geologica", sans-serif;
  font-weight: 900;
}

.geologica-italic {
  font-family: "Geologica", sans-serif;
  font-style: italic;
}

/* Content typography - apply to specific elements as needed */
.noto-content h1,
.noto-content h2,
.noto-content h3,
.noto-content h4,
.noto-content h5,
.noto-content h6 {
  font-family: "Geologica", sans-serif;
}
