:root {
  color-scheme: light;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

#course-request {
  scroll-margin-top: 5rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: var(--viewport-height, 100vh);
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-page);
}

img,
svg,
video,
canvas,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  max-width: 100%;
  font: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  touch-action: manipulation;
}

input,
textarea,
select {
  min-width: 0;
}

main {
  display: block;
  min-width: 0;
}

[hidden] {
  display: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  color: var(--color-title);
  font-weight: 400;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin-block-end: 0;
  margin-block-start: 0;
  margin: 0 0 1rem;
}
h2 {
  font-size: 2.23rem;
  margin-left: var(--margin-left-title);
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
section {
  max-width: none;
}
h3  {
  font-size: 1.575rem;
  margin-left: var(--margin-left-title);
  margin-bottom: 1.875rem;
}
