/*!
Theme Name: Seox
Theme URI: https://seox.fleexstudio.com/
Author: Vikinglab
Author URI: https://sujon.fleexstudio.com/
Description: Seox - SEO & Digital Marketing Agency WordPress Theme
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ===== EMOTIONWAY - Override couleurs ===== */
:root {
    /* Couleur principale */
    --vtc-bg-main12: #E0A05A;
    --vtc-bg-common-20: rgba(224, 160, 90, 0.035);
    
    /* Textes accentués */
    --vtc-text-text1: #E0A05A;
    --vtc-text-text4: #C8863A;
    
    /* Variantes */
    --vtc-bg-main6: #E0A05A;
    --vtc-bg-main16: #E0A05A;
}

/* Boutons */
.theme-btn17 {
    background-color: #E0A05A !important;
}
.theme-btn17:hover {
    background-color: #C8863A !important;
}
.theme-btn18 {
    background-color: #E0A05A !important;
    border-color: #E0A05A !important;
}
.theme-btn18:hover {
    background-color: #C8863A !important;
    border-color: #C8863A !important;
}

/* Liens et accents */
a:hover {
    color: #E0A05A !important;
}
.sub-title1,
.sub-title {
    color: #E0A05A !important;
    background-color: rgba(224, 160, 90, 0.08) !important;
}