@font-face {
    font-family: 'noah-regular';
    src: url('/themes/indexukr/assets/fonts/noah-regular-webfont.woff2') format('woff2'),
         url('/themes/indexukr/assets/fonts/noah-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'noah-regularitalic';
    src: url('/themes/indexukr/assets/fonts/noah-regularitalic-webfont.woff2') format('woff2'),
         url('/themes/indexukr/assets/fonts/noah-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'noah-bold';
    src: url('/themes/indexukr/assets/fonts/noah-bold-webfont.woff2') format('woff2'),
         url('/themes/indexukr/assets/fonts/noah-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'noah-bolditalic';
    src: url('/themes/indexukr/assets/fonts/noah-bolditalic-webfont.woff2') format('woff2'),
         url('/themes/indexukr/assets/fonts/noah-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*.txt{
    blockquote p{
        &:before{
            background-image: url(/themes/indexukr/assets/images/quotation-left.svg);
            left: -75px;
            @media only screen and (max-width: $mobile){
                left: -44px;
            }
        }
        &:after{
            background-image: url(/themes/indexukr/assets/images/quotation-right.svg);
            margin-left: 12px;
            @media only screen and (max-width: $mobile){
                margin-left: 5px;
            }
        }
    }
}*/

.txt blockquote p::before {
    background-image: url(/themes/indexukr/assets/images/quotation-left.svg);
    left: -75px;
}

.txt blockquote p::after {
    background-image: url(/themes/indexukr/assets/images/quotation-right.svg);
    margin-left: 12px;
}

@media only screen and (max-width: 768px) {
    .txt blockquote p::before {
        left: -44px;
    }

    .txt blockquote p::after {
        margin-left: 5px;
    }
}
