@font-face{
    font-family: "Spaced Regular";
    src: url("8402e7b82f76fe908ee5228bccf9ca4c.eot");
    src: url("8402e7b82f76fe908ee5228bccf9ca4c.eot?#iefix")format("embedded-opentype"),
        url("8402e7b82f76fe908ee5228bccf9ca4c.woff")format("woff"),
        url("8402e7b82f76fe908ee5228bccf9ca4c.woff2")format("woff2"),
        url("8402e7b82f76fe908ee5228bccf9ca4c.ttf")format("truetype"),
        url("8402e7b82f76fe908ee5228bccf9ca4c.svg#Spaced Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


@font-face {
  font-family: "Spaced";
  src: url("Fonts/Spaced-Regular.eot");
  src: local("Spaced Regular"), local("Spaced-Regular"),
    url("Fonts/Spaced-Regular.eot?#iefix") format("embedded-opentype"),
    url("Fonts/Spaced-Regular.woff2") format("woff2"),
    url("Fonts/Spaced-Regular.woff") format("woff"),
    url("Fonts/Spaced-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Mono";
  src: url("Fonts/SpaceMono-Regular.eot");
  src: local("Space Mono Regular"), local("SpaceMono-Regular"),
    url("Fonts/SpaceMono-Regular.eot?#iefix") format("embedded-opentype"),
    url("Fonts/SpaceMono-Regular.woff2") format("woff2"),
    url("Fonts/SpaceMono-Regular.woff") format("woff"),
    url("Fonts/SpaceMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("Fonts/Sora-Regular.eot");
  src: local("Sora Regular"), local("Sora-Regular"),
    url("Fonts/Sora-Regular.eot?#iefix") format("embedded-opentype"),
    url("Fonts/Sora-Regular.woff2") format("woff2"),
    url("Fonts/Sora-Regular.woff") format("woff"),
    url("Fonts/Sora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.spaced-font {
  font-family: "Spaced", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.space-mono-font {
  font-family: "Space Mono", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.sora-font {
  font-family: "Sora", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

.font-size-12 {
  font-size: 0.75rem;
}
.font-size-14 {
  font-size: 0.875rem;
}
.font-size-16 {
  font-size: 1rem;
}
.font-size-18 {
  font-size: 1.125rem;
}
.font-size-20 {
  font-size: 1.25rem;
}
.font-size-24 {
  font-size: 1.5rem;
}
.font-size-40 {
  font-size: 2.5rem;
}
.font-size-64 {
  font-size: 4rem;
}

.line-height-100 {
  line-height: 1;
}

.line-height-180 {
  line-height: 1.8;
}
.line-height-140 {
  line-height: 1.4;
}