@font-face {
  font-family: "Geologica";
/*  src: url("/fonts/TypeType_-_TT_Norms_Pro_Bold.woff2") format("woff2"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Bold.woff") format("woff"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Bold.ttf") format("truetype"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Bold.otf") format("opentype");
  */

  src: url("/fonts/Geologica-Bold.ttf") format("truetype"); 
    font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  /*
  src: url("/fonts/TypeType_-_TT_Norms_Pro_Bold_Italic.woff2") format("woff2"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Bold_Italic.woff") format("woff"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Bold_Italic.ttf") format("truetype"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Bold_Italic.otf") format("opentype");
    */
    src: url("/fonts/Geologica-BoldItalic.ttf")  format("truetype");;
  font-weight: 700;
  font-style: italic; 
  font-display: swap;
}

@font-face {
  /*
   font-family: "TT Norms";
  src: url("/fonts/TypeType_-_TT_Norms_Pro_Medium.woff2") format("woff2"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Medium.woff") format("woff"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Medium.ttf") format("truetype"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Medium.otf") format("opentype");
    */
    
    src: url("/fonts/Geologica-Regular.ttf") format("truetype");
    font-family: "Geologica";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /*
  font-family: "TT Norms";
  src: url("/fonts/TypeType_-_TT_Norms_Pro_Medium_Italic.woff2") format("woff2"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Medium_Italic.woff") format("woff"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Medium_Italic.ttf") format("truetype"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Medium_Italic.otf") format("opentype");
    */  font-family: "Geologica";

    src: url("/fonts/Geologica-Italic.ttf")  format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  /* src: url("/fonts/TypeType_-_TT_Norms_Pro_Normal.woff2") format("woff2"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Normal.woff") format("woff"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Normal.ttf") format("truetype"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Normal.otf") format("opentype"); */
    src: url("/fonts/Geologica-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  /* src: url("/fonts/TypeType_-_TT_Norms_Pro_Normal_Italic.woff2") format("woff2"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Normal_Italic.woff") format("woff"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Normal_Italic.ttf") format("truetype"),
    url("/fonts/TypeType_-_TT_Norms_Pro_Normal_Italic.otf") format("opentype"); */
    src: url( "/fonts/Geologica-LightItalic.ttf")  format("truetype");;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}