/* ============================================================
   coloring.css — Autoev WordPress Theme
   Copy from: Autoev HTML/css/coloring.css
   ============================================================ */

/* This file should be replaced with the original coloring.css
   from the HTML template's css/ directory.

   Placeholder variables shown below — the actual file has
   full color-variable definitions referenced by style.css.      */

:root {
    --color-1: #e5381b;
    --color-2: #111111;
    --color-bg-1: #e5381b;
    --color-bg-2: #111111;
}

.id-color  { color: var(--color-1) !important; }
.bg-color  { background-color: var(--color-1) !important; }
.bg-color-2{ background-color: var(--color-2) !important; }
