@font-face {
  font-family: NSeifert;
  font-weight: normal;
  src: url("/font/Porsche/PorscheRegular.ttf") format("truetype");
}
@font-face {
  font-family: PPMori;
  font-weight: 300;
  src: url("/font/PPMori/PPMori-Extralight.otf") format("opentype");
}
@font-face {
  font-family: PPMori;
  font-weight: 300;
  font-style: italic;
  src: url("/font/PPMori/PPMori-ExtralightItalic.otf") format("opentype");
}
@font-face {
  font-family: PPMori;
  font-weight: 400;
  src: url("/font/PPMori/PPMori-Regular.otf") format("opentype");
}
@font-face {
  font-family: PPMori;
  font-weight: 400;
  font-style: italic;
  src: url("/font/PPMori/PPMori-RegularItalic.otf") format("opentype");
}
@font-face {
  font-family: PPMori;
  font-weight: 600;
  src: url("/font/PPMori/PPMori-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: PPMori;
  font-weight: 600;
  font-style: italic;
  src: url("/font/PPMori/PPMori-SemiBoldItalic.otf") format("opentype");
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/font/Inter/inter-v13-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("/font/MaterialSymbols.woff2") format("woff2");
}
.material-symbols-outlined, .icon {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.ppmori {
  font-family: PPMori, Inter, sans-serif;
}

.semi-bold {
  font-weight: 600;
}

.s-36 {
  font-size: 2.25rem;
}

.s-32 {
  font-size: 2rem;
}

/*# sourceMappingURL=typography.css.map */
