

@font-face {
    font-family: 'Gofteh';
    src: url('Kalameh_Black.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Gofteh, sans-serif;
}

body,
html {
    /*background: grey;*/
    width: 100%;
    height: 100%;
    scrollbar-color: transparent transparent;
}