/* Tokens de design da página: sistema "Padrão do flxOS" (padrao). 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: #0f1115;
  --cor-superficie: #171a21;
  --cor-texto: #f3f4f6;
  --cor-texto-2: #a1a7b3;
  --cor-acento: #5258e4;
  --cor-acento-texto: #ffffff;
  --cor-borda: #2a2f3a;
  --fonte-titulo: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --fonte-texto: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --raio: 12px;
}
