@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/Public-Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Till';
    src: url('../fonts/Till-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Public Sans', sans-serif;
    -webkit-font-feature-settings: "kern" 1,"liga" 1,"calt" 1!important;
    font-feature-settings: "kern" 1,"liga" 1,"calt" 1!important;
    -webkit-font-variant-ligatures: discretionary-ligatures common-ligatures!important;
    font-variant-ligatures: discretionary-ligatures common-ligatures!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important
}
.editor-styles-wrapper {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
.editor-styles-wrapper h2{
    font-family: Till, serif;
    text-transform: uppercase;
    font-size: 72px!important;
    font-weight: 500;
}

.editor-styles-wrapper h1{
    font-family: 'Public Sans', sans-serif;
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
}

.editor-styles-wrapper h3{
    font-family: 'Public Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
}


.editor-styles-wrapper > *:not(.wp-block-cover:first-child):not(.wp-block-image:first-child) {
    max-width: 720px;
    margin-left:auto;
    margin-right:auto;
}

.editor-styles-wrapper p{
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.5;
    font-family: 'Public Sans', sans-serif;
}
.editor-styles-wrapper blockquote p{
    font-family: 'Till', sans-serif;
    font-size: 28px;
    line-height: 28px;
}
.editor-styles-wrapper a {
    font-variation-settings: "wght" 700;
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 767px) {
    .editor-styles-wrapper h2{
        font-size: 40px!important;
    }
    .editor-styles-wrapper > *:not(.wp-block-cover:first-child):not(.wp-block-image:first-child) {
        max-width: 720px;
        margin-left:auto;
        margin-right:auto;
    }
}