/*
|--------------------------------------------------------------------------
| Dynamic Color Override - Tour Guides Egypt
|--------------------------------------------------------------------------
| This file must be loaded AFTER style.css, style-rtl.css, bootstrap.css
| and any other template CSS file.
*/

:root {
    --tg-primary-dark: #0D233E;
    --tg-secondary-dark: #000000;
    --tg-dark-gray-green: #5D646D;
    --tg-gold: #F9B851;
    --tg-gold-medium: #F9B851;
    --tg-gold-dark: #D99A2B;
    --tg-gold-light: #FFF4DC;
    --tg-blue-accent: #287DFA;
    --tg-pale-blue: #EAF2FF;
    --tg-almost-black: #0D233E;
    --tg-white: #FFFFFF;

    --primary: #0D233E;
    --secondary: #000000;
    --success: #287DFA;
    --info: #287DFA;
    --warning: #F9B851;
    --dark: #0D233E;
    --theme-color: #F9B851;
    --main-color: #0D233E;
    --accent-color: #F9B851;
}

