/* light */
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 100 200;
    font-display: swap;
    src: url(/assets/bundles/fonts/PTRootUI-Light.woff2) format('woff2');
}

/* regular */
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 300 400;
    font-display: swap;
    src: url(/assets/bundles/fonts/PTRootUI-Regular.woff2) format('woff2');
}

/* medium */
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
    src: url(/assets/bundles/fonts/PTRootUI-Medium.woff2) format('woff2');
}

/* bold */
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url(/assets/bundles/fonts/PTRootUI-Bold.woff2) format('woff2');
}
