:root{

    /* colors HEX */
    --color1HEX: #12100e;
    --color2HEX: #f9a558;
    --color3HEX: #f8e4c2;
    --color4HEX: #91d297;
    --color5HEX: #266446;
    --color6HEX: ;

    /* colors RGB */
        --color1RGB: 18, 16, 14;
        --color2RGB: 249, 165, 88;
        --color3RGB: 248, 228, 194;
        --color4RGB: 145, 210, 151;
        --color5RGB: 38, 100, 70;
        --color6RGB: , , ;
    /* font families */
    --hed-font: 'Knockout HTF46 Flyweight', serif;
    --body-font: "sweet-sans-pro", sans-serif;
    --btn-font: 'Knockout HTF46 Flyweight', serif;
    --script-font: "corner-store-jf", sans-serif;
    --mono-font: monospace;

    /* font weights */
    --hed-font-weight: ;
    --body-font-weight: ;
    --link-font-weight: ;
    --btn-font-weight: ;
    --menu-font-weight: ;

}