

/***Standard Style variables***/

:root{
	--H1Color:#333333;
    --H1FontFam:inherit;
    --H1FontWeight: 700;
    --H1Size:42px;
    --H1MarTop: 0px;
    --H1MarBottom: 0px;
    --H1LetterSpacing:0px;

    --H2Color:#333333;
    --H2FontFam:inherit;
    --H2FontWeight: 900;
    --H2Size:36px;
    --H2MarTop: 0px;
    --H2MarBottom: 0px;
    --H2LetterSpacing:-.25px;

    --H3Color:#424242;
    --H3FontFam:inherit;
    --H3FontWeight: 500;
    --H3Size:32px;
    --H3MarTop: 5px;
    --H3MarBottom: 5px;
    --H3LetterSpacing:-.25px;

    --H4Color:#333333;
    --H4FontFam:inherit;
    --H4FontWeight: 400;
    --H4Size:28px;
    --H4MarTop: 0px;
    --H4MarBottom: 0px;
    --H4LetterSpacing:-.25px;

    --H5Color:#333333;
    --H5FontFam:inherit;
    --H5FontWeight: 700;
    --H5Size:14px;
    --H5MarTop: 5px;
    --H5MarBottom: 2.5px;
    --H5LetterSpacing:.25px;

 
}


.ProductDisplay {
    background-color: #F5F3EE;
    padding: 1em;
}
/*
h1, .h1, .PageTitle {
   
    font-weight: 700;
    color: #333;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
}
h2, .h2, .PanelTitle {
    
    font-weight: 900;
    color: #333333;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.25px;
    border-bottom: none;
    font-size: 36px;
}
h3, .SectionTitle {
  
    font-weight: 500;
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.25px;
    margin-top: 5px;
}
h4, .h4, .SectionLabel {
   
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -.25px;
}
h5, .h5, .SectionLabelSmaller {
    text-transform: uppercase;
  
    font-weight: 700;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .25px;
}
*/