:root {
    --theme-bg: #19bad3;
    --sidebar-left-marg: 40rem;
    --lead-h1: 3.8rem;
    --lead-h2: 3.2rem;
    --lead-h3: 2.8rem;
    --lead-h4: 2.4rem;
    --lead-h5: 1.8rem;
    --lead-h6: 1.4rem;
    --lead-h7: 1.1rem;
    --lead-h8: 1rem;
    --lead-h9: 0.75rem;
    --h1: 5rem;
    --h2: 4.4rem;
    --h3: 3rem;
    --h4: 2.6rem;
    --h5: 2rem;
    --h6: 1.6rem;
    --h7: 1.2rem;
    --h8: 1rem;
    --h1-margin-bottom: 1rem;
    --h2-margin-bottom: 1rem;
    --h3-margin-bottom: 1rem;
    --h4-margin-bottom: 0.9rem;
    --h5-margin-bottom: 0.9rem;
    --h6-margin-bottom: 0.9rem;

    --tiny-shadow: 0 1px 12px rgba(7, 17, 43, 0.05);
    --low-shadow: 0 1px 35px rgba(7, 17, 43, 0.4);
    --medium-shadow: 0 1px 60px rgba(7, 17, 43, 0.6);
    --high-shadow: 0 1px 80px rgba(7, 17, 43, 0.8);
    --full-shadow: 0 1px 200px rgba(7, 17, 43, 0.99);
    --double-shadow: 0 10px 0px rgba(7, 17, 43, 0.05), 0 5px 0px rgba(7, 17, 43, 0.2);

    --small-ypad: 10px;
    --small-xpad: 10px;
    --medium-ypad: 10px;
    --medium-xpad: 10px;
    --large-ypad: 10px;
    --large-xpad: 10px;

    --progress-bar-bg: #01effc;
}
