:root {
  --background: #1d1e28;
  --foreground: #ffffff;
  --accent: #ff6266;
  --radius: 0;
  --font-size: 1rem;
  --line-height: 1.54em;
}

body {
  font-weight: 400;
  letter-spacing: -0.01em;
  font-feature-settings: "liga", "tnum", "ss01", "locl";
  font-variant-ligatures: contextual;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
th,
button {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  margin: 40px 0 0;
}
