@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@300&display=swap");

/* Reset */
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
  appearance: button;
}

/* Utilities */
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}

.my-8 {
  margin-block: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.h-2 {
  height: 0.5rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.grow {
  flex-grow: 1;
}
.flex-row {
  flex-direction: row;
}
.gap-2 {
  gap: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.bg-lime-50 {
  background-color: #f7fee7;
  background-color: oklch(98.6% 0.031 120.757);
}
.bg-primary {
  background-color: #77bb41;
}
.px-4 {
  padding-inline: 1rem;
}
.py-2 {
  padding-block: 0.5rem;
}
.text-center {
  text-align: center;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-robotoc {
  font-family: "Roboto Condensed", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 1.33333;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 1.2;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.55555;
}
.font-bold {
  font-weight: 700;
}
.text-lime-50 {
  color: #f7fee7;
  color: oklch(98.6% 0.031 120.757);
}
.text-neutral-950 {
  color: #0a0a0a;
  color: oklch(14.5% 0 0);
}
.text-primary {
  color: #77bb41;
}
.uppercase {
  text-transform: uppercase;
}
.opacity-60 {
  opacity: 60%;
}
.hover\:bg-lime-600:hover {
  background-color: #5ea500;
  background-color: oklch(64.8% 0.2 131.684);
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: 1.5rem;
  }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
  .dark\:bg-neutral-900 {
    background-color: #171717;
    background-color: oklch(20.5% 0 0);
  }
  .dark\:text-lime-50 {
    color: #f7fee7;
    color: oklch(98.6% 0.031 120.757);
  }
}

/* General Content */
main p {
  margin-bottom: 1rem;
}
main h1 {
  margin-bottom: 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.25rem;
  line-height: 1.11111;
  font-weight: 700;
}
main h2 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}
main h3 {
  margin-bottom: 0.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 700;
}
main h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.55555;
  font-weight: 700;
}
main a {
  color: #77bb41;
  text-decoration-line: underline;
}
main a:hover {
  color: #5ea500;
  color: oklch(64.8% 0.2 131.684);
}
main ul {
  margin-left: 1.5rem;
  list-style-type: square;
}
