/*Variables*/

:root {
    --color-link: #e04717;
    --color-btn: #e8351d;
    --color-btn-txt: #fff;
    --color-text: #3e3d49;
    --color-text-white: #FFFFFF;
    --color-title: #3e3d49;
    --color-bg-1: #fff;
    --color-bg-2: #020000;
    --color-bg-3: #020202;
    --color-red: #FF1654;
    --font-title: Permanent Marker;
    --font-text: Dosis;
    --bg-transparent: transparent;
}
