@font-face { font-family: "Inter"; src: url("../fontes/inter-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fontes/inter-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Sora"; src: url("../fontes/sora-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --fundo: #FFFFFF;
  --tinta: #141414;
  --azul: #006EB4;
  --turquesa: #46C8BE;
  --alerta: #B23A2E;
  --linha: color-mix(in srgb, var(--tinta) 18%, var(--fundo));
  --suave: color-mix(in srgb, var(--azul) 7%, var(--fundo));
  --suave-turquesa: color-mix(in srgb, var(--turquesa) 14%, var(--fundo));
  --raio: 14px;
}
