/* @font-face {
  font-display: swap;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Unbounded/400.woff2') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/Unbounded/700.woff2') format('woff');
} */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Manrope/400.woff2') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/Manrope/700.woff2') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Montserrat/400.woff2') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/Montserrat/500.woff2') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/Montserrat/600.woff2') format('woff');
}

:root {
  --color-black: #000000;
  --color-black-rgb: 0 0 0;
  --color-white: #ffffff;
  --color-white-rgb: 255 255 255;

  /* surfaces */
  --color-surface: #ffffff;
  --color-surface-rgb: 255 255 255;
  --color-surface-muted: #f4f5f6;
  --color-surface-muted-rgb: 244 245 246;
  --color-surface-inverse: #121617;
  --color-surface-inverse-rgb: 18 22 23;
  --color-surface-inverse-muted: #242b2d;
  --color-surface-inverse-muted-rgb: 36 43 45;
  --color-surface-light: #ffffff;
  --color-surface-light-rgb: 255 255 255;
  --color-surface-dark: #121617;
  --color-surface-dark-rgb: 18 22 23;

  /* text */
  --color-text: #242b2d;
  --color-text-rgb: 36 43 45;
  --color-text-muted: #364144;
  --color-text-muted-rgb: 54 65 68;
  --color-text-inverse: #ffffff;
  --color-text-inverse-rgb: 255 255 255;
  --color-text-inverse-muted: #f4f5f6;
  --color-text-inverse-muted-rgb: 244 245 246;
  --color-text-light: #ffffff;
  --color-text-light-rgb: 255 255 255;
  --color-text-dark: #242b2d;
  --color-text-dark-rgb: 36 43 45;

  /* accents */
  --color-primary: #eb4e21;
  --color-primary-rgb: 235 78 33;
  --color-primary-hover: #eb4e21;
  --color-on-primary: #ffffff;
  --color-on-primary-rgb: 255 255 255;

  --color-secondary: #000000;
  --color-secondary-rgb: 0 0 0;
  --color-secondary-hover: #000000;
  --color-on-secondary: #ffffff;
  --color-on-secondary-rgb: 255 255 255;

  --color-tertiary: #cccccc;
  --color-tertiary-rgb: 63 127 171;
  --color-tertiary-hover: #cccccc;
  --color-on-tertiary: #ffffff;
  --color-on-tertiary-rgb: 255 255 255;

  /* typography */
  --font-family-base: 'Manrope', sans-serif;
  --font-family-heading: 'Montserrat', sans-serif;

  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;

  --font-weight-base: var(--font-weight-regular);
  --font-weight-heading-base: var(--font-weight-regular);

  --font-size-2xs: 1.2rem;
  --font-size-xs: 1.4rem;
  --font-size-sm: 1.6rem;
  --font-size-md: 1.8rem;
  --font-size-lg: 2rem;
  --font-size-xl: 2.2rem;
  --font-size-2xl: 2.4rem;

  --font-size-base: var(--font-size-md);

  --font-size-display: 5.2rem;

  /* --font-size-h1: clamp(var(--font-size-base), 12vw, 5.2rem); */
  --font-size-h1: 4rem;
  --font-size-h2: 3.6rem;
  --font-size-h3: 3.2rem;
  --font-size-h4: 2.8rem;
  --font-size-h5: 2.4rem;
  --font-size-h6: 2rem;

  --line-height-none: 1;
  --line-height-tight: 1.1;
  --line-height-snug: 1.2;
  --line-height-dense: 1.3;
  --line-height-normal-tight: 1.4;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.7;

  /* layout */
  --text-width: 90ch;
  --heading-text-width: 80rem;

  /* opacity */
  --opacity-30: 0.3;
  --opacity-50: 0.5;
  --opacity-70: 0.7;
  --opacity-100: 1;

  /* transition duration */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --duration-slow: 400ms;
}

@media (width > 1200px) {
  :root {
    /* --font-size-2xs: 1.2rem;
    --font-size-xs: 1.4rem;
    --font-size-sm: 1.6rem;
    --font-size-md: 1.8rem;
    --font-size-lg: 2rem;
    --font-size-xl: 2.2rem;
    --font-size-2xl: 2.4rem;

    --font-size-base: var(--font-size-md); */

    --font-size-display: 5.2rem;

    --font-size-h1: 6.4rem;
    --font-size-h2: 6rem;
    --font-size-h3: 5.6rem;
    --font-size-h4: 5.2rem;
    --font-size-h5: 4.8rem;
    --font-size-h6: 4.4rem;

    /* --line-height-none: 1;
    --line-height-tight: 1.1;
    --line-height-snug: 1.2;
    --line-height-dense: 1.3;
    --line-height-normal-tight: 1.4;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.7; */
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  list-style: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  animation-timing-function: ease-out;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base);
  background-color: var(--color-surface);
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  line-height: var(--line-height-normal);
}
a,
button {
  cursor: pointer;
}
button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::placeholder,
textarea::placeholder {
  color: currentColor;
  opacity: 0.6;
}
.mdc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: middle;
  fill: currentColor;
}
.spacing {
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  display: flex;
}

/*  */

.root {
  width: 100%;
  position: relative;
}

/*  */

.screen-reader-text {
  display: none !important;
}
