/* Inter font */
@font-face {
  font-family: 'Inter-tight';
  src: url('../css/fonts/Inter/inter-tight-v8-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Roboto font */
@font-face {
  font-family: 'Roboto-latin';
  src: url('../css/fonts/Roboto/roboto-v48-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Geological font */
@font-face {
  font-family: 'geologica';
  src: url('../css/fonts/Geologica/geologica-v4-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Inclusive font */
@font-face {
  font-family: 'Inclusive-sans';
  src: url('../css/fonts/Inclusive/inclusive-sans-v3-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}