/*****************
 *  Font faces * 
 *****************/
@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-extraleicht.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-extraleicht-kursiv.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-leicht.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-leicht-kursiv.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-buch-kursiv.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-kraftig-kursiv.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-halbfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-halbfett-kursiv.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-dreiviertelfett.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-dreiviertelfett-kursiv.woff2")
    format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-fett.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-fett-kursiv.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-extrafett.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("fonts/soehne/soehne-web-extrafett-kursiv.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Kraftig";
  src: url("fonts/soehne/soehne-web-kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*******************************
 *  Base styles for this repo * 
 *******************************/
* {
  box-sizing: border-box;
}

body {
  height: 100svh;
  display: flex;
  flex-direction: column;
  font-family: "Soehne", "Kraftig", sans-serif;
  margin: 0;
}

h2 {
  font-weight: 400;
}

/**********************************
  * TailwindCSS Utility classes *
  ********************************/

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.mt-8 {
  margin-top: 8px;
}

.-mt-16 {
  margin-top: -16px;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.self-center {
  align-self: center;
}

.justify-self-center {
  justify-self: center;
}

.grow {
  flex-grow: 1;
}

.text-center {
  text-align: center;
}

/****************************
 *  CSS from next-arcboats * 
 ****************************/
.mainGridContainer {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1024px) {
  .mainGridContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 140px;
    padding-right: 140px;
  }
}
