/* Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

button:focus-visible {
  outline: 2px solid #009e46 !important;
  outline-offset: 2px;
}

/* Fonts */
@font-face {
  font-family: "HomepageBaukasten-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5ceda4367512bed86e59fd82/HomepageBaukasten-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/63ad60f57bf9f04770915cde/fonts/metropolis-medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5c4a53d12252b500095f02a1/Metropolis-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-SemiBold";
  src: url("https://anima-uploads.s3.amazonaws.com/5c431787efde550009817c07/Metropolis-SemiBold.otf") format("opentype");
  font-display: swap;
}
