:root {
  --text: #000000;
  --light-text: #fff;
  --background: #ffffff;
  --primary: #004f9e;
  --secondary: #e3eafb;
  --accent: #ffcc00;
  --red: #e20e0a;
  --light-accent: var(--accent-200);
  --dark: var(--primary-800);

  --gray: rgb(142, 146, 155);
  --gray-light: rgb(229, 233, 240);
  --gray-dark: rgb(53, 53, 53);
  --gray-gradient: rgba(var(--gray-light), 50%), #fff;
  --box-shadow: 0 2px 6px rgba(var(--gray), 25%),
    0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);

  --text-50: #f2f2f2;
  --text-100: #e6e6e6;
  --text-200: #cccccc;
  --text-300: #b3b3b3;
  --text-400: #999999;
  --text-500: #808080;
  --text-600: #666666;
  --text-700: #4d4d4d;
  --text-800: #333333;
  --text-900: #1a1a1a;
  --text-950: #0d0d0d;

  --background-50: #f2f2f2;
  --background-100: #e6e6e6;
  --background-200: #cccccc;
  --background-300: #b3b3b3;
  --background-400: #999999;
  --background-500: #808080;
  --background-600: #666666;
  --background-700: #4d4d4d;
  --background-800: #333333;
  --background-900: #1a1a1a;
  --background-950: #0d0d0d;

  --primary-50: #e5f2ff;
  --primary-100: #cce5ff;
  --primary-200: #99ccff;
  --primary-300: #66b2ff;
  --primary-400: #3399ff;
  --primary-500: #007fff;
  --primary-600: #0066cc;
  --primary-700: #004c99;
  --primary-800: #003366;
  --primary-900: #001933;
  --primary-950: #000d1a;

  --secondary-50: #e9eefc;
  --secondary-100: #d2def9;
  --secondary-200: #a6bdf2;
  --secondary-300: #799cec;
  --secondary-400: #4c7ae6;
  --secondary-500: #2059df;
  --secondary-600: #1947b3;
  --secondary-700: #133686;
  --secondary-800: #0d2459;
  --secondary-900: #06122d;
  --secondary-950: #030916;

  --accent-50: #fffae5;
  --accent-100: #fff5cc;
  --accent-200: #ffeb99;
  --accent-300: #ffe066;
  --accent-400: #ffd633;
  --accent-500: #ffcc00;
  --accent-600: #cca300;
  --accent-700: #997a00;
  --accent-800: #665200;
  --accent-900: #332900;
  --accent-950: #1a1400;

  --h1: 2.654em;
  --h2: 2.212em;
  --h3: 1.846em;
  --h4: 1.536em;
  --h5: 1.28em;
  --h6: 1.067rem;
  --small: 0.833rem;
}

:root[data-theme="dark"],
.dark {
  --text: #ffffff;
  --light-text: #000;
  --background: #000000;
  --primary: var(--primary-500);
  --secondary: #040b1b;
  --accent: #ffcc00;
  --dark: var(--background-50);

  --text-50: #0d0d0d;
  --text-100: #1a1a1a;
  --text-200: #333333;
  --text-300: #4d4d4d;
  --text-400: #666666;
  --text-500: #808080;
  --text-600: #999999;
  --text-700: #b3b3b3;
  --text-800: #cccccc;
  --text-900: #e6e6e6;
  --text-950: #f2f2f2;

  --background-50: #0d0d0d;
  --background-100: #1a1a1a;
  --background-200: #333333;
  --background-300: #4d4d4d;
  --background-400: #666666;
  --background-500: #808080;
  --background-600: #999999;
  --background-700: #b3b3b3;
  --background-800: #cccccc;
  --background-900: #e6e6e6;
  --background-950: #f2f2f2;

  --primary-50: #000d1a;
  --primary-100: #001933;
  --primary-200: #003366;
  --primary-300: #004c99;
  --primary-400: #0066cc;
  --primary-500: #007fff;
  --primary-600: #3399ff;
  --primary-700: #66b2ff;
  --primary-800: #99ccff;
  --primary-900: #cce5ff;
  --primary-950: #e5f2ff;

  --secondary-50: #030916;
  --secondary-100: #07122c;
  --secondary-200: #0d2459;
  --secondary-300: #143685;
  --secondary-400: #1b48b1;
  --secondary-500: #215ade;
  --secondary-600: #4e7be4;
  --secondary-700: #7a9ceb;
  --secondary-800: #a6bdf2;
  --secondary-900: #d3def8;
  --secondary-950: #e9eefc;

  --accent-50: #1a1400;
  --accent-100: #332900;
  --accent-200: #665200;
  --accent-300: #997a00;
  --accent-400: #cca300;
  --accent-500: #ffcc00;
  --accent-600: #ffd633;
  --accent-700: #ffe066;
  --accent-800: #ffeb99;
  --accent-900: #fff5cc;
  --accent-950: #fffae5;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html {
  font-variation-settings: normal;
  font-feature-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100dvh;
  line-height: inherit;
}
hr {
  border-top-width: 1px;
  height: 0;
  color: inherit;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  text-wrap: balance;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
  font-weight: 700;
}
code,
kbd,
samp,
pre {
  font-size: 1em;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0;
  font-size: inherit;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
  font-variation-settings: inherit;
  font-feature-settings: inherit;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-image: none;
  /* background-color: transparent; */
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
p {
  margin-bottom: 1em;
  text-wrap: pretty;
}

fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.text-xs {
  font-size: var(--small);
  line-height: 1em;
}

.text-sm {
  font-size: var(--small);
}
.text-lg {
  font-size: var(--h6);
}

.text-xl {
  font-size: var(--h5);
}
.text-2xl {
  font-size: var(--h4);
}
.text-3xl {
  font-size: var(--h3);
}
.text-5xl {
  font-size: var(--h2);
}
h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

small {
  font-size: var(--small);
}

h1,
h2,
h3,
h4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.m-2 {
  margin: 0.5rem /* 8px */;
}
.my-2 {
  margin-top: 0.5rem /* 8px */;
  margin-bottom: 0.5rem /* 8px */;
}
.my-4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
