/* Typographie */
@font-face {
  font-family: "Geologica";
  src:  url('Geologica.woff2') format('woff2'),  
        url("Geologica.ttf") format("truetype");   
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: "Geologica";
  src:  url('Geologica.woff2') format('woff2'),  
        url("Geologica.ttf") format("truetype");
  font-weight: 100 900;
  font-style: oblique -12deg;
  font-variation-settings: 'slnt' -12;
  font-variation-settings: 'CRSV' 1;
  font-display: swap;

}