/*
Theme Name: VitaLoop
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Your Name
Author URI: https://dysput.dev/
Description: VitaLoop Theme
Template: kadence
Version: 1.0.0
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-theme, child-theme, kadence
Text Domain: kadence-child
*/

@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Add your custom styles below */
::root {
    --background: #d7d6d2;
    /** palete light **/
    --primary: #E10981;
    --primary-dark: #A90061;
    --secondary: #BFD730;
    --secondary-dark: #8CA122;
    --tertiary: #009F59;
    --tertiary-dark: #007942;
    /** palete dark **/
    --primary: #82134D;
    --primary-dark: #590030;
    --secondary: #778D31;
    --secondary-dark: #7B8427;
    --tertiary: #3B5D2C;
    --tertiary-dark: #1E3C13;
}
