/* ============================================
   VARIABLES
============================================ */

:root{

    --primary:#8B0000;

    --secondary:#D4AF37;

    --dark:#222;

    --light:#ffffff;

    --gray:#f3f3f3;

    --text:#555;

    --shadow:
    0 10px 25px rgba(0,0,0,.12);

    --radius:12px;

    --transition:.35s ease;

}