@font-face {
  font-family: "Garet";
  src: url("assets/font/Garet-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* @font-face {
  font-family: "Garet";
  src:
    url("assets/font/Garet-Heavy.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
} */

body {
  margin: 0;
  padding: 0;

  font-family: Garet, sans-serif;
}

table {
  text-align: left;
  width: 100%;
  border-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 20pt;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 16pt;
}
h4 {
  font-size: 14pt;
}
h5 {
  font-size: 12pt;
}
h6 {
  font-size: 10pt;
}

a {
  text-decoration: none;
  color: inherit;

  &:hover {
    text-decoration: underline;
  }
}

.outer-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 60vw;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.flex-row {
  display: flex;
  gap: 8px;

  &.center {
    align-items: center;
  }

  &.full-center {
    justify-content: space-evenly;
    align-items: center;
  }
}

.social-icon {
  height: 48px;
  width: auto;
}

.bulletpoint-icon {
  height: 48px;
  width: auto;
  /* color: slategray; */
}

.header-logo {
  img {
    width: 400px;
    height: auto;
    margin-bottom: 2rem;
  }
}

.zeiten-box {
  padding-left: 10px;
}

.gap-top-2 {
  margin-top: 2rem;
}

.gap-top-4 {
  margin-top: 4rem;
}
