/* =========================
   FONTES
========================= */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================
   BASE
========================= */
html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Lato', Arial, sans-serif;
}

/* =========================
   CENTRALIZAÇÃO
========================= */
.centered {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================
   TEXTO
========================= */
.text-light {
  font-weight: 400;
  font-size: 32px;
}

.text-bold {
  font-weight: 900;
  font-size: 40px;
}