/* [project]/src/app/mohrrounded_c39b735e.module.css [app-client] (css) */
@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Thin-s.p.01d6951e.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_ThinIt-s.p.30243928.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_ExtraLight-s.p.08d78007.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_ExtraLightIt-s.p.e23120b1.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Light-s.p.7cf1d38b.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_LightIt-s.p.997c6dcb.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Regular-s.p.dacfe874.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_RegularIt-s.p.da050bbd.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Medium-s.p.d1ad4464.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_MediumIt-s.p.e9d0720f.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_SemiBold-s.p.d232f450.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_SemiBoldIt-s.p.d9764d67.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Bold-s.p.1b5d9996.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_BoldIt-s.p.83a924ca.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Heavy-s.p.8259c85f.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_HeavyIt-s.p.193d35b6.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_Black-s.p.42808842.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: mohrRounded;
  src: url("../media/MohrRounded_BlackIt-s.p.5c7f0429.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: mohrRounded Fallback;
  src: local(Arial);
  ascent-override: 69.56%;
  descent-override: 20.78%;
  line-gap-override: 53.75%;
  size-adjust: 110.7%;
}

.mohrrounded_c39b735e-module__baTCCG__className {
  font-family: mohrRounded, mohrRounded Fallback;
}

.mohrrounded_c39b735e-module__baTCCG__variable {
  --font-mohr-rounded: "mohrRounded", "mohrRounded Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--mui-palette-background-default);
}

a:not(.MuiButtonBase-root) {
  color: inherit;
  text-decoration: none;
}

