html {
    font-family: "Platypi-Reg" !important;
    width: 100%;
    background-color: #000000;
    padding: 5px;
}

body {
    font-family: "Platypi-Reg" !important;
}



@font-face {
    font-family: Platypi-Reg;
    src: url(../Fonts/Platypi-Regular.ttf);
}

@font-face {
    font-family: Platypi-Bold;
    src: url(../Fonts/Platypi-Bold.ttf);
}

@font-face {
    font-family: Platypi-Italic;
    src: url(../Fonts/Platypi-Italic.ttf);
}

@font-face {
    font-family: Platypi-BoldItalic;
    src: url(../Fonts/Platypi-BoldItalic.ttf);
}
