html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

strong {
  font-weight: bold;
}

ol, ul {
  margin: 0;
}

li {
  margin: 0;
  list-style: none;
}

ol li {
  list-style: decimal outside;
}

:root {
  --layout-bg-color: #fff;
  --link-color: #c61a12;
  --link-color-hover: #940800;
}

html, body {
  background: var(--layout-bg-color);
  margin: 0 auto;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: Inter, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

b {
  font-weight: 700;
}

:root {
  --layout-bg-color: #fff;
  --link-color: #c61a12;
  --link-color-hover: #940800;
}

.center {
  display: flex;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.d-flex {
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.d-block {
  display: block;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.list {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1rem;
}
.list .list-item {
  list-style: circle;
  margin: 0 0 0.5rem 1rem;
}

:root {
  --layout-bg-color: #fff;
  --link-color: #c61a12;
  --link-color-hover: #940800;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 300;
  src: url("fonts/inter-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 400;
  src: url("fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: url("fonts/inter-latin-700-normal.woff2") format("woff2");
}
.text-size-h1, .h1 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}

.text-size-h2, .h2 {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: bold;
}

.text-size-h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.text-size-h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: bold;
}

.text-large {
  font-size: 1.15rem;
  line-height: 1.55rem;
}

.text-size-default {
  font-size: 1rem;
  line-height: 1.4rem;
}

.text-size-smaller {
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.text-size-small {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.text-size-tiny {
  font-size: 0.7rem;
  line-height: 1.1rem;
}

h1, h2, h3, h4 {
  font-family: Inter, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.a {
  color: var(--link-color);
  text-decoration: none;
}
.a:visited {
  color: var(--link-color);
  text-decoration: none;
}
.a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}

p {
  margin: 0 0 1rem 0;
}

:root {
  --layout-bg-color: #fff;
  --link-color: #c61a12;
  --link-color-hover: #940800;
}

.container {
  margin: 1rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

header {
  grid-column: span 12;
  margin-bottom: 2rem;
}

.main-content {
  grid-column: span 12;
  margin-bottom: 4rem;
}

footer {
  grid-column: span 12;
  color: var(--footer-text-color);
}

.logo svg {
  height: 3rem;
  width: auto;
  display: block;
}
