@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Book.otf') format('opentype');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Medium.otf') format('opentype');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../Geomanist/Geomanist-Ultra.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main: 'Geomanist', sans-serif;
  --font-body: 'Geomanist', sans-serif;
  --font-display: 'Geomanist', sans-serif;
  --font-mono: 'Geomanist', sans-serif;
}

html,
body {
  font-family: 'Geomanist', sans-serif;
}

body {
  font-weight: 300;
}

body *,
button,
input,
textarea,
select {
  font-family: 'Geomanist', sans-serif !important;
}

.font-sans,
.font-serif,
.font-mono {
  font-family: 'Geomanist', sans-serif !important;
}
