@font-face {
    font-family: Faktum;
    font-style: normal;
    font-weight: 500;
    src: local('NeueFaktum Medium'), url('/assets/fonts/NeueFaktum-Medium.woff') format('woff');
}

@font-face {
    font-family: Faktum;
    font-style: normal;
    font-weight: 600;
    src: local('NeueFaktum SemiBold'), url('/assets/fonts/NeueFaktum-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 400;
    src: local('PT Root UI'), url('/assets/fonts/PT Root UI_Regular.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 300;
    src: local('PT Root UI'), url('/assets/fonts/PT Root UI_Light.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 500;
    src: local('PT Root UI'), url('/assets/fonts/PT Root UI_Medium.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 700;
    src: local('PT Root UI'), url('/assets/fonts/PT Root UI_Bold.woff') format('woff');
}

