/* CONFIGURAÇÕES GLOBAIS E RESET */

:root {
  --cor-primaria: #3d75af;
  --cor-secundaria: #243a9e81;
  --cor-destaque: #3130c1;
  --cor-texto: #ffffff;
  --cor-texto-2: #000000;
  --cor-btn: #f7d56f;
  --cor-fundo-escuro: #170da3;
  --cor-fundo-claro: #c2d8f8;
  --bg-dark: #2c3e50;
  --var-texto-h2: 3.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #e7e7ee;
  font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #515151;
  text-decoration: none;
}

@font-face {
  font-family: "Fontes";
  src: url(/fontes/montserrat-italic-variablefont_wght.ttf);
}
