:root{
    --cny-red:#DC143C;
    --cny-gold:#FFD700;
    --cny-orange:#FF8C00;
    --mario-red:#E52521;
    --mario-blue:#049CD8;
    --mario-yellow:#FBD000;
    --mario-green:#43B047;
    --horse-brown:#8B4513;
    --horse-black:#2F4F4F;

    --theme-bg-top:var(--mario-blue);
    --theme-bg-mid:#bfe7ff;
    --theme-bg-bottom:#e8fbff;
    --theme-accent-1:var(--cny-gold);
    --theme-accent-2:var(--cny-red);
    --theme-panel-bg:rgba(0,0,0,.28);
    --theme-panel-border:rgba(255,255,255,.18);
}
