@font-face {
    font-display: swap;
    font-family: PTRootUIWeb;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/PT-Root-UI_Light.woff2) format(woff2),
        url(../fonts/PT-Root-UI_Light.ttf) format(truetype);
}

@font-face {
    font-display: swap;
    font-family: PTRootUIWeb;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PT-Root-UI_Regular.woff2) format(woff2),
        url(../fonts/PT-Root-UI_Regular.ttf) format(truetype);
}

@font-face {
    font-display: swap;
    font-family: PTRootUIWeb;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/PT-Root-UI_Medium.woff2) format(woff2),
        url(../fonts/PT-Root-UI_Medium.ttf) format(truetype);
}

@font-face {
    font-display: swap;
    font-family: PTRootUIWeb;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/PT-Root-UI_Bold.woff2) format(woff2),
        url(../fonts/PT-Root-UI_Bold.ttf) format(truetype);
}