
/* 
 Theme Name:     premiumhazak for Divi
 Author:         Rák Kálmán
 Author URI:     http://sx1.hu
 Template:       Divi
 Version:        1.0 
*/

/*  Import the parent theme styles  */

@import url("../Divi/style.css");

:root {
    --sx-color-rose: #E3A265;
    --sx-color-gold: #E2C69B;
    --sx-color-gold-dark: #B2975E;
    --sx-color-antracid: #464646;
    --sx-color-grey: #D0D1D2;
    --sx-gradient-gold: linear-gradient(90deg, rgba(226,202,161,1) 0%, rgba(226,159,99,1) 100%);
    --sx-gradient-gold-vertical: linear-gradient(180deg, rgba(226,202,161,1) 0%, rgba(226,159,99,1) 100%);
}
