@font-face {
    font-family: 'PTRootUI';
    src: local('PTRootUI Bold'), local('PTRootUI-Bold'),
        url('PTRootUI-Bold.woff2') format('woff2'),
        url('PTRootUI-Bold.woff') format('woff'),
        url('PTRootUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PTRootUI';
    src: local('PTRootUI Reqular'), local('PTRootUI-Reqular'),
        url('PTRootUI-Regular.woff2') format('woff2'),
        url('PTRootUI-Reqular.woff') format('woff'),
        url('PTRootUI-Reqular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTRootUI';
    src: local('PTRootUI Light'), local('PTRootUI-Light'),
        url('PTRootUI-Light.woff2') format('woff2'),
        url('PTRootUI-Light.woff') format('woff'),
        url('PTRootUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
