
                
                :root {
                    --fb-global-button--font-family: Roboto Slab;
--fb-global-captions--font-family: Roboto Slab;
--fb-global-all--font-family: Roboto Slab;

                    --fb-global-all--font-letter-spacing: 1.7px;

                    /* Base Colors */
--wp--frontis--color--primary-color: #399CFF;

/* Custom Colors */

                }
                

                

                

                

                

                
                body .wp-block-button__link,
                :root :where(.wp-element-button, .wp-block-button__link),
                body button {
                    font-family: var(--fb-global-button--font-family);

                }
                

                
                body figcaption,
                :root :where(.wp-element-caption, .wp-block-audio figcaption,
                    .wp-block-embed figcaption, .wp-block-gallery figcaption,
                    .wp-block-image figcaption, .wp-block-table figcaption,
                    .wp-block-video figcaption) {
                    font-family: var(--fb-global-captions--font-family);

                }
                

                
                body h1,
                body h2,
                body h3,
                body h4,
                body h5,
                body h6 {
                    font-family: var(--fb-global-all--font-family);
letter-spacing: var(--fb-global-all--font-letter-spacing);

                }
                

                
                
                
                
                
                
                
            
            