@font-face {
    font-family: 'UTM HelvetIns';
    src: url('../fonts/UTM-HelvetIns/UTMHelvetIns.woff2') format('woff2'),
        url('../fonts/UTM-HelvetIns/UTMHelvetIns.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --wpcomp-font-default: 'Roboto';
    --wpcomp-font-heading: 'UTM HelvetIns';
}

body {
    font-family: var(--wpcomp-font-default), Arial, sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--wpcomp-font-heading);
    font-weight: normal;
    font-style: normal;
}