/* figtree-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/figtree-v4-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/figtree-v4-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/figtree-v4-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/figtree-v4-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/figtree-v4-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/figtree-v4-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/figtree-v4-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Figtree", sans-serif;
}

:root {
  --color-bg: rgba(240,240,240,1);
  --color-grey: rgba(100,100,100,1);
  --color-grey-light: rgba(150,150,150,1);
  --color-grey-extra-light: rgba(200,200,200,1);
  --color-red: rgba(206,1,31,1);
}

@media (min-width: 1200px) {
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--color-bg);
  }
  body .logo {
    width: 100%;
    max-width: 1920px;
    align-self: flex-start;
    padding: 0vw 12vw;
    margin-top: 40px;
  }
  body .logo svg {
    width: 160px;
  }
  body div {
    width: 100%;
    max-width: 1920px;
    padding: 0vw 12vw;
    margin-bottom: 40px;
  }
  body h1 {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
    margin-bottom: 40px;
  }
  body h2 {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
  }
  body p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
  }
  body ul {
    list-style-position: inside;
  }
  body ul li {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
  }
}
@media (max-width: 1199px) and (min-width: 601px) {
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--color-bg);
  }
  body .logo {
    width: 100%;
    max-width: 1920px;
    align-self: flex-start;
    padding: 0vw 12vw;
    margin-top: 40px;
  }
  body .logo svg {
    width: 160px;
  }
  body div {
    width: 100%;
    max-width: 1920px;
    padding: 0vw 12vw;
    margin-bottom: 40px;
  }
  body h1 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
    margin-bottom: 40px;
  }
  body h2 {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
  }
  body p {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
  }
  body ul {
    list-style-position: inside;
  }
  body ul li {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: var(--color-grey);
  }
}
@media (max-width: 600px) {
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--color-bg);
  }
  body .logo {
    width: 100%;
    max-width: 1920px;
    align-self: flex-start;
    padding: 0vw 8vw;
    margin-top: 25px;
  }
  body .logo svg {
    width: 160px;
  }
  body div {
    width: 100%;
    max-width: 1920px;
    padding: 0vw 8vw;
    margin-bottom: 25px;
  }
  body h1 {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.05rem;
    color: var(--color-grey);
    margin-bottom: 40px;
  }
  body h2 {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    color: var(--color-grey);
  }
  body p {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: var(--color-grey);
  }
  body ul {
    list-style-position: inside;
  }
  body ul li {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: var(--color-grey);
  }
}/*# sourceMappingURL=legal.css.map */