@font-face {
    font-family: 'coco';
    font-style: italic;
    font-weight: 300;
    src: url(font/coco-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'serifteks';
    font-optical-sizing: none;
    font-variation-settings: 'wght' 200, 'opsz' 60;
    src: url(https://fonts.adobe.com/fonts/source-serif-4-variable?vf-font-size=100&vf-font=SourceSerif4Variable-Roman&vf-axes=opsz%2C60%2Cwght%2C200);
}

@media screen and (max-width: 800px) {
    .showdesktop {
        display : none !important;
    }
}

@media screen and (min-width: 800px) {
    .showmobile {
        display : none;
    }
}

body {
    background: #CB161F;;
}

.teksunduh {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
