@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-regular-989b1abc722fd00e4faf343505718590.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-semibold-975ef42a1446ace0729d67658e111966.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-bold-78a81b84dcab7050e744b30a2fefb2d5.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --primary-color: #002138;
  --text-color: #FFFFFF;
}

/* Reset */
body, html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* Actual styling */
body {
  background-color: var(--primary-color);
  color: var(--text-color);
  font-family: "Manrope", sans-serif;
}

img {
  height: auto;
  width: 100%;
  max-width: 300px;
}

.container {
  margin: 2rem;
}

.content {
  max-width: 36rem;
}

h1.title {
  margin: 0.5rem 0;
}

h3.subtitle {
  margin: 0;
}

h5.subtitle {
  margin: 0.5rem 0;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .center {
    height: 100vh;
  }
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerh {
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary {
  padding-left: 1rem;
  margin: 1.5rem 0;
  border-left: 3px solid var(--text-color);
}

.icon {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(358deg) brightness(101%) contrast(102%);
  width: 1rem;
  line-height: 1rem;
  margin-bottom: -2px;
  margin-right: 3px;
}

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

a:hover {
  text-decoration: underline;
}

ol {
  font-size: 1.5rem;
}

ol h2 {
  font-size: 1.5rem;
}

ol p {
  font-size: 1rem;
}

ol.sub-list {
  list-style-type: lower-alpha;
  font-size: 1rem;
}
