/* ----------------------- FONTS ---------------------------*/
@font-face {
    font-family: apax-bold;
    src: url(fonts/Apax-Bold.ttf);
}
@font-face {
    font-family: apax-bolditalic;
    src: url(fonts/Apax-BoldItalic.ttf);
}

/* ----------------------- VARS ---------------------------*/
:root {

  --boston-blue: #005CFF;
}

/* ----------------------- GLOBAL ---------------------------*/
html{
	
}
body{
	
	margin: 0;
	background-color: var(--boston-blue);
}

#div_desktop{
	
	display: none;
}
#div_mobile{
	
	display: none;
}

/* scroll ----------------*/
::-webkit-scrollbar {
	
	display: none;
}



















