:root {
    --whiteColor: #fff;
    --whiteColor2: #FAF7F0;
    --blackColor: #000;
    --bgBlackLine: #2C2F35;
    --colorMenuLink: rgb(205, 176, 115);
    --colorIcons: #cdb073;
    --colorText: #535353;
    --bgFb: #1298F6;
    --bgInsta: linear-gradient(45deg, #405DE6, #E1306C, #FDCB58);
    --bgYt: #c4302b;
    --mainColor: #09AFF4;
    --bgColor: #060922;
    /* --bgIcons: #0d1857;
    --bgIcons2: #074F7B; */

    /* Fonty */
    --font1: 'Roboto', sans-serif;
    --font2: 'Dancing Script', cursive;
    --font3: 'Playfair Display', serif;
    --font4: 'Plus Jakarta Sans', sans-serif;
    --font5: 'Montserrat', sans-serif;
    /* Font-Size */
    --fontSize16: 1.6rem;
    --fontSize25: 2.5rem;
    --fontSize28: 2.8rem;
    --fontSize30: 3rem;
    --fontSize35: 3.5rem;
    --fontSize37: 3.7rem;
    --fontH1: ;
    --fontH2: ;
    --fontH3: ;
    --fontH4: ;
    --fontH5: ;
    --fontH6: ;
}