@font-face {
    font-family: 'DINRoundOT';
    src: url('fonts/DINRoundOT.woff2') format('woff2'),
        url('fonts/DINRoundOT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINRoundOT';
    src: url('fonts/DINRoundOT-Medium.woff2') format('woff2'),
        url('fonts/DINRoundOT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: DINRoundOT, Arial Rounded, serif !important;
}

.theme-site-name {
    font-weight: 500 !important;
    color: #47474A !important;
    padding-left: 10px;
}

.text-intro{
    margin-top:-5px;
}

h2.zpheading {
    margin-top: -5px !important;
}
h2.zpheading span {
    font-weight: 500 !important;
}

.head-cta{
    position: absolute;
    right: 0px;
    width: 190px;
}