/* Active Theme */
:root{
    --bg:#fff7ed;
    --text:#1f2937;
    --muted:#6b7280;
    --line:#fed7aa;
    --card:#ffffff;
    --card2:#fff1d6;
    --hover: rgba(234,88,12,.10);
    --media-bg:#fff1d6;
    --appbar-bg: rgba(255,247,237,.92);
    --tile-img-aspect: 16 / 9;
    --ad-img-aspect: 16 / 6;
  }
