@import url("https://fonts.googleapis.com/css?family=Fredoka+One&display=block");
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Inter-Italic.woff2") format("woff2"), url("fonts/Inter-Italic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/Inter-MediumItalic.woff2") format("woff2"), url("fonts/Inter-MediumItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2"), url("fonts/Inter-SemiBoldItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Inter-BoldItalic.woff2") format("woff2"), url("fonts/Inter-BoldItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2"), url("fonts/Inter-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Inter-ExtraBoldItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Inter-Black.woff2") format("woff2"), url("fonts/Inter-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/Inter-BlackItalic.woff2") format("woff2"), url("fonts/Inter-BlackItalic.woff") format("woff");
  font-display: swap;
}

html,
.root {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
  color: hsla(209, 32%, 11%, 0.87);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: hsla(336, 8%, 13%, 0.1) 0 0.0625rem 0.0625rem;
}
body,
.article {
  font-size: 1rem;
  line-height: 1.618;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.22;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.22;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
h2,
.h2 {
  font-size: 1.5625rem;
  line-height: 1.22;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
h1,
.h1 {
  font-size: 1.9375rem;
  line-height: 1.22;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

hr,
.hr {
  border: 1px solid;
  margin: -1px 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
a,
b,
i,
strong,
em,
small,
code {
  line-height: inherit;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h-heading {
  font-weight: 400;
  font-style: normal;
  font-family: "Fredoka One", Trebuchet, Tahoma, Arial, sans-serif;
  color: hsla(209, 32%, 11%, .87);
}

.material-icons {
  line-height: 1.618rem;
  width: 1em;
  max-width: 1em;
  max-height: 1em;
}