/* Tokens de design da página: sistema "Friendly" (friendly). 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: #fff8d7;
  --cor-superficie: #ffffff;
  --cor-texto: #1d1836;
  --cor-texto-2: #796f91;
  --cor-acento: #ff6b00;
  --cor-acento-texto: #ffffff;
  --cor-borda: #eadfba;
  --fonte-titulo: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --fonte-texto: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --raio: 12px;
}
