@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=block");

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: var(--color-primary-value-blue);
}

input {
  font-family: inherit;
}

button,
input[type="checkbox"] {
  cursor: pointer;
}

.typo-display-1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 88px;
}
.typo-display-2 {
  font-size: 56px;
  font-weight: 300;
  line-height: 80px;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--color-primary-alert-orange);
  font-weight: 500;
}
h1 {
  font-size: 40px;
  line-height: 56px;
}
h2 {
  font-size: 32px;
  line-height: 48px;
}
h3 {
  font-size: 28px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 40px;
}
h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.typo-body-large {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.typo-body-normal {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.typo-lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.typo-link-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-primary-alert-orange);
  text-decoration: underline;
}

.typo-small {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.typo-small-bold {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.typo-tiny-xs {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.typo-tiny-xs-bold {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.typo-tiny-xxs {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}
.typo-tiny-xxs-bold {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.typo-label-large,
.typo-label-medium,
.typo-label-small {
  font-weight: 500;
}
.typo-label-large {
  font-size: 16px;
  line-height: 24px;
}
.typo-label-medium {
  font-size: 14px;
  line-height: 16px;
}
.typo-label-small {
  font-size: 12px;
  line-height: 16px;
}

.typo-blockquotes {
  font-size: 18;
  font-weight: 500;
  line-height: 24px;
}

.typo-capitalized-large,
.typo-capitalized-small {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary-alert-orange);
}
.typo-capitalized-large {
  font-size: 14px;
  line-height: 24px;
}
.typo-capitalized-small {
  font-size: 12px;
  line-height: 16px;
}

.separator {
  width: 100%;
  height: 0;
  border: 0.5px solid var(--color-neutral-dark);
}

:root {
  --elevation-1: 0px 0.5px 2px 0px rgba(96, 97, 112, 0.16),
    0px 0px 1px 0px rgba(40, 41, 61, 0.08);
  --elevation-1-inset: 0px 0.5px 4px 0px rgba(172, 171, 169, 0.32) inset;
  --elevation-2: 0px 0px 1px 0px rgba(222, 220, 217, 0.04),
    0px 2px 4px 0px rgba(172, 171, 169, 0.16);
  --elevation-3: 0px 0px 2px 0px rgba(222, 220, 217, 0.04),
    0px 4px 8px 0px rgba(172, 171, 169, 0.16);
  --elevation-4: 0px 2px 4px 0px rgba(222, 220, 217, 0.04),
    0px 8px 16px 0px rgba(172, 171, 169, 0.16);
  --elevation-5: 0px 2px 8px 0px rgba(222, 220, 217, 0.04),
    0px 16px 24px 0px rgba(172, 171, 169, 0.16);
  --elevation-6: 0px 2px 8px 0px rgba(222, 220, 217, 0.08),
    0px 20px 32px 0px rgba(172, 171, 169, 0.24);

  --spacing-minimal: 2px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 12px;
  --spacing-m: 16px;
  --spacing-l: 20px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  --spacing-xxl-2: 40px;

  --color-primary-value-blue: #002966;
  --color-primary-soft-blue: #a0dcfa;
  --color-primary-alert-orange: #ff4100;
  --color-primary-white: #ffffff;
  --color-neutral-off-white: #f7f5f2;
  --color-neutral-light: #ebeae8;
  --color-neutral-dark: #acaba9;
  --color-supporting-error: #c92a2a;
  --color-supporting-warning: #ffb03c;
  --color-supporting-success: #6a9632;
}
