@font-face {
    font-family: "pt-root-ui";
    font-weight: 300;
    font-style: normal;
    src: url("./fonts/pt-root-ui_light.woff") format("woff"),
        url("./fonts/pt-root-ui_light.woff2") format("woff2");
}

@font-face {
    font-family: "pt-root-ui";
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/pt-root-ui_regular.woff") format("woff"),
        url("./fonts/pt-root-ui_regular.woff2") format("woff2");
}

@font-face {
    font-family: "pt-root-ui";
    font-weight: 500;
    font-style: normal;
    src: url("./fonts/pt-root-ui_medium.woff") format("woff"),
        url("./fonts/pt-root-ui_medium.woff2") format("woff2");
}