/**
 * Sonic Child Theme - Typography Configuration
 */

:root {
    /* Core Structure Fonts - Blank Slate Defaults */
    --bodyFont: "degular", sans-serif;
    --headingFont: "degular", sans-serif;
    --desktopmenuFont: "degular", sans-serif;
    --mobilemenuFont: "degular", sans-serif;

    /* Core Structure Font Sizes - Customize as needed */
    --bodyFont-size: 1rem;
    --headingFont-size-h1: 3rem;
    --headingFont-size-h2: 2rem;
    --headingFont-size-h3: 1.5rem;
    --headingFont-size-h4: 1rem;
    --headingFont-size-h5: 0.83rem;
    --footerHeaders-size: 1.1rem;
    --bottomFooter-size: 1rem;
}