/*#region: Header*/ 
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* lemonada-regular - latin */
@font-face {
    font-family: 'Lemonada';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../fonts/lemonada-v18-latin-regular.woff2') format('woff2'), url('../fonts/lemonada-v18-latin-regular.woff') format('woff');
}

/* press-start-2p-regular - latin */
@font-face {
    font-family: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../fonts/press-start-2p-v12-latin-regular.woff2') format('woff2'), url('../fonts/press-start-2p-v12-latin-regular.woff') format('woff');
}

/* syncopate-regular - latin */
@font-face {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 400;
    
    /* src: url('url(//fonts.googleapis.com/css?family=Open+Sans);') */
    
    src: local(''), url('../../fonts/syncopate-v17-latin-regular.woff2') format('woff2'), url('../fonts/syncopate-v17-latin-regular.woff') format('woff');
}

/* Oxygen-regular - latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 350;
    src: local(''), url('../../fonts/OxygenMono-Regular.ttf') format('truetype');
}
/*#endregion*/