/* Active Theme */
:root{
  --bg:#f6f7fb;
  --text:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;

  --card:#ffffff;
  --card2:#f8fafc;

  --hover: rgba(15,23,42,.06);
  --media-bg:#eef2f7;

  --appbar-bg: rgba(255,255,255,.92);

  --tile-img-aspect: 16 / 9;
  --ad-img-aspect: 16 / 6;
}

