@font-face {
    font-family: 'PTSans';
    src:
        url('/static/fonts/pt_sans/regular.ttf') format('truetype'),
        url('/static/fonts/pt_sans/bold.ttf') format('truetype'),
        url('/static/fonts/pt_sans/bold-italic.ttf') format('truetype'),
        url('/static/fonts/pt_sans/italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Mogra';
    src:
        url('/static/fonts/mogra/regular.ttf') format('truetype'),
}

body {
    width: 100vw;
    padding: 0;
    margin: 0;

    font-family: PTSans;

    position: relative;

    background-color: rgb(250, 250, 250);
    color: rgb(35, 30, 30);

    overflow-x: clip;
    -webkit-min-device-pixel-ratio: 1
}

a {
    color: unset !important;
    text-decoration: none !important;
}

btn {
    color: unset !important;
}

iframe {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none transparent !important;
}
