/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Responsive Typography */
html {
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 1rem !important;
}
@media screen and (min-width: 20rem) {
    html {
        font-size: calc(0.8rem + 1.2 * ((100vw - 20rem) / 30)) !important;
    }
}
@media screen and (min-width: 50rem) {
    html {
        font-size: 1rem !important;
    }
}

body {
    line-height: 1.65rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.15rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1.15rem;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 2.75rem 0 1.05rem;
    font-weight: 400;
    line-height: 1.15;
}

h1 {
    margin-top: 0;
    font-size: clamp(1.8rem, 3.31vw + 0.97rem, 3.62rem);
}

h2 {font-size: clamp(1.6rem, 2.36vw + 1.01rem, 2.9rem);}

h3 {font-size: clamp(1.42rem, 1.63vw + 1.02rem, 2.32rem);}

h4 {font-size: clamp(1.27rem, 1.07vw + 1rem, 1.86rem);}

h5 {font-size: clamp(1.13rem, 0.65vw + 0.96rem, 1.48rem);}

h6 {font-size: clamp(0.89rem, 0.11vw + 0.86rem, 0.95rem);}

p {font-size: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);}

small, .text_small {font-size: 0.707em;}
