@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&family=Inter:opsz,wght@14..32,100..900&display=swap');

:root {
    --P1: #ffffff;
    --P2: #002532;
    --P3: #00CE8E;
    --S1: #F6F6F6;
    --S2: #67666A;
    --S3: #0025321a;

    --LETTER_H1_HERO: #DBE0E2;
    --LETTER_P_HERO: #EAEAEA;
    --LETTER_BTN_HERO: #EFEFEF;
}

html {
    font-size: 62.5%;
    font-family: "Dongle", sans-serif;
    font-style: normal;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

body,
h1,
h2,
h3 {
  text-align: center;
}
*,
button {
  padding: 0;
  margin: 0;
}
*,
button,
h1,
h2,
h3 {
  margin: 0;
}
h3,
p {
  color: var(--S2);
}


a {
    font-size: 3rem;
    font-weight: 400;
    text-decoration: none;
}


p {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 4rem;
}
*,
:after,
:before {
  box-sizing: inherit;
}


h1,
h2,
h3 {
  font-weight: 700;
}

ul {
  list-style: none;
}

picture,
picture source {
  display: contents;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

a,
h1,
h2,
h3,
p,
span {
  max-width: 100%;
  word-wrap: break-word;
}
button {
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
}
h1 {
  font-size: 11.4rem;
  color: var(--LETTER_H1_HERO);
}
h2 {
  font-size: 8.8rem;
  line-height: 10rem;
  color: var(--P2);
}
h3 {
  font-size: 7.3rem;
  line-height: 3.3rem;
}

.contenedor {
  width: 95%;
  height: 100%;
  max-height: 100%;
  max-width: 130rem;
  margin: 0 auto;
}
.spacing {
  margin-top: 10rem;
}

.figma-padding {
    padding: 0 8rem;
}