/* Tokens de design da página: sistema "Lingo" (lingo). O flxOS regrava este
   arquivo ao trocar o sistema de design do projeto; edite styles.css, não este. */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fontes/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fontes/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("fontes/inter-700.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("fontes/inter-800.woff2") format("woff2"); }
@font-face { font-family: "Source Serif 4"; font-style: normal; font-weight: 400; font-display: swap; src: url("fontes/source-serif-4-400.woff2") format("woff2"); }
@font-face { font-family: "Source Serif 4"; font-style: normal; font-weight: 700; font-display: swap; src: url("fontes/source-serif-4-700.woff2") format("woff2"); }
:root {
  --cor-fundo: #fbf9ff;
  --cor-superficie: #ffffff;
  --cor-texto: #1d1b2a;
  --cor-texto-2: #786f8f;
  --cor-acento: #6d4aff;
  --cor-acento-texto: #ffffff;
  --cor-borda: #ded7f0;
  --fonte-titulo: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --fonte-texto: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --raio: 12px;
}
