:root, :host {

    /* ------------ FONTS ----------- */

    --figtree--font-family: "Figtree", serif;
    --figtree--font-optical-sizing: auto;

    --shadows-into-light-two--font-family: "Shadows Into Light Two", "Comic Sans MS", "Comic Sans", cursive;
    --shadows-into-light-two--font-optical-sizing: auto;



     /* ------------ COLORS ----------- */
     /* just an example - bring in colors */
    --black-800: #3A3939;
    --black-600: #5B5B5B;
    --black-500: #6E6E6E;
     


    --blue-700: #3F5FF2;
    --blue-600: #4E7AEB;
    --blue-500: #5FAEFD;


    --white-800: #fcfcfc;

}