@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/urbanist-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/urbanist-variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
body {
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1C2A3B;
  background-color: #CBD8E2;
  font-weight: 400;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

hr {
  border: 0;
  border-top: 1px solid #C2C6CC;
  margin: 0;
}

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

.link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-thickness 140ms ease, color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 1px 4px;
  margin: -1px -4px;
}
.link:focus-visible {
  outline: none;
  border-color: #1C2A3B;
  box-shadow: 0 0 0 3px rgba(28, 42, 59, 0.15);
}
.link:hover {
  text-decoration-thickness: 2px;
}

.link-action {
  color: #1C2A3B;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 1px 4px;
  margin: -1px -4px;
}
.link-action:focus-visible {
  outline: none;
  border-color: #1C2A3B;
  box-shadow: 0 0 0 3px rgba(28, 42, 59, 0.15);
}
.link-action:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.title-primary,
.title-secondary,
.title-tertiary {
  font-weight: 700;
  line-height: 1.2;
}

.title-primary {
  font-size: 28px;
  margin: 0 0 16px;
}

.title-secondary {
  font-size: 22px;
  margin: 0 0 12px;
}

.title-tertiary {
  font-size: 18px;
  margin: 0 0 8px;
}

.subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #3E4A56;
  margin: 0 0 12px;
  line-height: 1.3;
}

.text-large {
  font-size: 18px;
}

.text-base {
  font-size: 16px;
}

.text-small {
  font-size: 14px;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.no-margin {
  margin: 0 !important;
}

.text-primary {
  color: #1C2A3B;
}

.text-muted {
  color: #3E4A56;
}

.text-success {
  color: #0F6738;
}

.text-warning {
  color: #B85300;
}

.text-error {
  color: #AC2219;
}

.on-dark {
  color: #CBD8E2;
}
.on-dark .text-primary {
  color: #CBD8E2;
}
.on-dark .text-muted {
  color: #C2C6CC;
}
.on-dark .text-success {
  color: #28BE6E;
}
.on-dark .text-warning {
  color: #EE9031;
}
.on-dark .text-error {
  color: #F18982;
}
.on-dark .link {
  color: #7BB5FF;
}
.on-dark .link:hover {
  color: #CBD8E2;
}
.on-dark .link-action {
  color: #7BB5FF;
}
.on-dark .link-action:hover {
  color: #CBD8E2;
}
