/* themes.css - variaveis de tema (cores, fontes, raios, sombras) */
:root{
  --bg:#0e1117;
  --bg-soft:#161b24;
  --panel:#1a2029;
  --panel-2:#202733;
  --line:#2a323f;
  --line-soft:#222a35;
  --txt:#e8edf4;
  --txt-dim:#97a3b4;
  --txt-mute:#64707f;
  --amber:#e0a23c;
  --amber-soft:rgba(224,162,60,.14);
  --emerald:#3ec58b;
  --emerald-soft:rgba(62,197,139,.13);
  --rose:#f06565;
  --rose-soft:rgba(240,101,101,.13);
  --blue:#5b9bf0;
  --blue-soft:rgba(91,155,240,.13);
  --violet:#9d7bf0;
  --radius:16px;
  --radius-sm:11px;
  --shadow:0 8px 30px rgba(0,0,0,.32);
  --sans:'Outfit',system-ui,sans-serif;
  --serif:'Fraunces',Georgia,serif;
}
