@font-face {
  font-family: Gascogne Serial;
  src: url("/fonts/gascogne-serial/gascogne-serial.woff2") format("woff2"),
    url("/fonts/gascogne-serial/gascogne-serial.woff") format("woff");
}

@font-face {
  font-family: Aktiv Grotesk;
  src: url("/fonts/aktiv-grotesk/aktiv-grotesk.woff2") format("woff2"),
    url("/fonts/aktiv-grotesk/aktiv-grotesk.woff") format("woff");
}

@font-face {
  font-family: Aktiv Grotesk Ex Medium;
  src: url("/fonts/aktiv-grotesk-ex/aktiv-grotesk-ex-md.woff2") format("woff2"),
    url("/fonts/aktiv-grotesk-ex/aktiv-grotesk-ex-md.woff") format("woff");
}

@font-face {
  font-family: Aktiv Grotesk Ex Regular;
  src: url("/fonts/aktiv-grotesk-ex/aktiv-grotesk-ex-reg.woff2") format("woff2"),
    url("/fonts/aktiv-grotesk-ex/aktiv-grotesk-ex-reg.woff") format("woff");
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  font-size: 14px;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Aktiv Grotesk, Roboto, -apple-system, BlinkMacSystemFont,
    Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
  line-height: 1.5;
  color: var(--color-text-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  line-height: 1;
}

code {
  font-family: menlo, inconsolata, monospace;
  font-size: calc(1em - 2px);
  color: #555;
  background-color: #f0f0f0;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

button:hover {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

p {
  margin: 0;
}

.container {
  max-width: var(--content-max-width);
  padding: 0;
  margin: 0 auto;
}

.gascogne {
  font-family: Gascogne Serial, serif;
}

.aktiv-grotesk-ex {
  font-family: Aktiv Grotesk Ex Regular, sans-serif;
}

.aktiv-grotesk {
  font-family: Aktiv Grotesk, sans-serif;
}
