@font-face {
  font-family: "The Seasons";
  src: url(assets/fonts/Fontspring-DEMO-theseasons-reg.otf) format("opentype");
}

@font-face {
  font-family: "TT Norms Pro";
  src: url(assets/fonts/ttnorms/TTNormsPro-Regular.ttf);
}

:root {
  --bg: #28282a;
  --white: #fff;
  --red: #e24e4e;
}

body {
  background-color: var(--bg);
  width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-family: "The Seasons", serif;
}

p,
span,
td {
  font-family: "TT Norms Pro" !important;
}

h1 {
  font-size: 3rem;
  height: 1.25rem; /* ugly hack but oh fucking well */
}

h2 {
  font-size: 1.5rem;
  height: 0.9rem; /* ugly hack but oh fucking well */
}

.t-center {
  text-align: center;
}
.f-symbol {
  font-family: "Sans Serif";
}
.f-fancy {
  font-family: "The Seasons" !important;
}

.sym-spades {
  display: inline-block;
  width: 1em;
  height: 0.9em;
  margin-bottom: 0.32em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='68.547 122.681 537.423 635.165'%3E%3Cpath d='m213.23 502.9c-195.31 199.54-5.3525 344.87 149.07 249.6.84137 49.146-37.692 95.028-61.394 138.9h166.73c-24.41-42.64-65.17-89.61-66.66-138.9 157.66 90.57 325.33-67.37 150.39-249.6-91.22-100.08-148.24-177.95-169.73-204.42-19.602 25.809-71.82 101.7-168.41 204.42z' fill='%23e24e4e' fill-rule='evenodd' stroke='currentColor' stroke-width='1.3691pt' transform='translate(-40.697 -154.41)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}

.silly-center {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.container-title {
  margin-top: 2rem;
  flex-direction: column;
  align-items: center;
  top: 0;
  pointer-events: none;
}

.container-content {
  margin-top: 10rem !important; /* space for the title - hacky but works idgaf */
  flex-direction: column;
  align-items: center;
  left: 50%;
  user-select: none;
  mix-blend-mode: difference;
}

.bottoms-master {
  overflow-x: hidden; /* FUCK that shit. */
  position: absolute;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  user-select: none;
}

/* just like me fr 😭 */
.bottom {
    width: 100vw;
    height: 32px;
}

/* COLORS */
.c-white {
  color: var(--white);
}

.c-red {
  color: var(--red);
}

.c-bg {
    color: var(--bg)
}

.background-shape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  user-select: none;
}

.bg-dark {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--bg); /* Your dark color */
  z-index: -1;
  user-select: none;
}

.tl {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  margin-top: 6px;
  margin-left: 6px;
}

.br {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.do-a-flip {
    transform: rotate(180deg);
}

.quotes {
    position: absolute;
    user-select: none;
}

.quotes-top {
    color: white;
    margin-left: 15px;
    margin-top: 6px;
}

.quotes-bottom {
    color: var(--bg);
    left: 0;
    margin-right: 24px;
    bottom: 14px;
}

.quotes > span {
  padding: 0 1rem;
}
