﻿h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-default);
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

.page-title h1, .page-title h2, .product-name .h1, .product-name h1 {
    font-size: 24px;
}

h1 {
    font-size: 100%;
    font-weight: 400;
}

h1 {
    font-size: 2.5em;
}

/*
h2 {
    font-size: 2.15em;
}
*/

.h3, h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 1.35em;
}

h6 {
    font-size: 1.15em;
}

p, ol, ul, li {
    color: var(--color-font-dark-grey);
    font-family: var(--font-family-default);
    font-size: 14px;
    line-height: 24px;
}

.std p {
    margin: 0 0 1.5em;
}

.std ul li {
    margin-left: 2em;
}

.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em;
}


b, strong {
    font-weight: bold;
}

.entry-content {
}

a, a:visited {
    color: var(--color-font-dark-grey);
    transition: .3s all ease-in-out;
}
