@font-face {
    font-family: 'TTCommons';
    src: url('../fonts/TTCommonsProTrial-Md.eot');
    src: url('../fonts/TTCommonsProTrial-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTCommonsProTrial-Md.woff2') format('woff2'),
        url('../fonts/TTCommonsProTrial-Md.woff') format('woff'),
        url('../fonts/TTCommonsProTrial-Md.ttf') format('truetype'),
        url('../fonts/TTCommonsProTrial-Md.svg#TTCommonsProTrial-Md') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons Pro Trial';
    src: url('../fonts/TTCommonsProTrial-Bd.eot');
    src: url('../fonts/TTCommonsProTrial-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTCommonsProTrial-Bd.woff2') format('woff2'),
        url('../fonts/TTCommonsProTrial-Bd.woff') format('woff'),
        url('../fonts/TTCommonsProTrial-Bd.ttf') format('truetype'),
        url('../fonts/TTCommonsProTrial-Bd.svg#TTCommonsProTrial-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
font-family: TTCommons !important;
 font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
font-family: TTCommons !important;
font-weight: bold;
}