/*
 Theme Name:   Flatsome Child (IWIN)
 Theme URI:    http://flatsome.com/
 Description:  Flatsome Child Theme for IWIN Brand
 Author:       UX Themes
 Author URI:   http://www.uxthemes.com/
 Template:     flatsome
 Version:      3.0
*/

:root {
    --iwin-red: #e50020;
    --iwin-dark-red: #8a0013;
    --iwin-gold: #ffcc00;
    --iwin-bg: #0a0505;
}

body {
    background-color: var(--iwin-bg);
    color: #fff;
}
