/* Custom Styles */


@font-face
{
    font-family: "LemonMilk"; src: url({{ 'lemonmilk.woff2' | asset_url }});
    font-family: "LemonMilkBold"; src: url({{ 'lemonmilkbold.woff2' | asset_url }});
    font-family: "LemonMilkBoldItalic"; src: url({{ 'lemonmilkbolditalic.woff2' | asset_url }});
    font-family: "LemonMilkLight"; src: url({{ 'lemonmilklight.woff2' | asset_url }});
    font-family: "LemonMilkLightItalic"; src: url({{ 'lemonmilklightitalic.woff2' | asset_url }});
} 

h1, h2, h3, h4, h5, h6
{
    font-family: "LemonMilk", sans-serif;
} 

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
{
    font-family: "LemonMilkBold", sans-serif;
} 

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em
{
    font-family: "LemonMilkLightItalic", sans-serif;
} 

h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em
{
    font-family: "LemonMilkBoldItalic", sans-serif;
} 

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light
{
    font-family: "LemonMilkLight", sans-serif;
} 