@font-face {
  font-family: 'Figtree';
  src: url('../../assets/fonts/static/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('../../assets/fonts/static/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

html {
    font-size: 62.5%;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    color: var(--color-quaternary);
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 144rem;
    min-height: 100vh;
    font-size: 1.6rem;
    gap: 3rem;
    background-color: var(--color-secundary);
}