@font-face {
  font-family: PP Nikkei Maru;
  src: url("https://cdn.prod.website-files.com/6866bb969e03fbb80684d7ec/6867ac8f40438383e09bc7c6_PPNikkeiMaru-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Nikkei Maru;
  src: url("https://cdn.prod.website-files.com/6866bb969e03fbb80684d7ec/6867ac8f99324cd222ff99e8_PPNikkeiMaru-Ultrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: East Sea Dokdo;
  src: url("https://cdn.prod.website-files.com/6866bb969e03fbb80684d7ec/6867acc60019bbded31b3c0b_EastSeaDokdo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url("https://cdn.prod.website-files.com/6866bb969e03fbb80684d7ec/6867b9a9354f3b26a3861fef_MangoGrotesque-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
	--paper-white: #fff9eb;
	--black: #010101;
	--purple: #cc6ae1;
	--almost-black: #222;
	--green: #c4ebad;
	--blue: #89b5fe;
	--darker-paper: #f1e8da;
	--white: white;
}

.bg-dark {
  background-color: var(--purple) !important;
}

.content-bg {
  background-color: var(--paper-white);
}

.footer-dark {
  background-color: var(--almost-black) !important;
}

.nav-link {
  color: var(--white);
  font-weight: 400;
}

body {
  background-color: var(--almost-black);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

	color: var(--black);
	font-family: PP Nikkei Maru, Arial, sans-serif;
	font-weight: 300;
	line-height: 120%;
}

tr.pointer {
  cursor: pointer;
}