/* Geologica — базовый шрифт проекта.
   Подключается ПОСЛЕ index-BY7iubQL.css и перебивает Futura PT Demi через каскад. */

:root,
body {
  font-family: "Geologica", Manrope, Arial, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
}

button,
input,
textarea,
select {
  font-family: inherit;
}
