
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a {color: inherit;}
a:hover{text-decoration: none;}
ul li{list-style: none;}


@font-face {
    font-family: geologica-black; 
    src: url(../fonts/Geologica-Black.ttf); 
}
@font-face {
    font-family: geologica-bold; 
    src: url(../fonts/Geologica-Bold.ttf); 
}
@font-face {
    font-family: geologica-medium; 
    src: url(../fonts/Geologica-Medium.ttf); 
}
@font-face {
    font-family: geologica-reg; 
    src: url(../fonts/Geologica-Regular.ttf); 
}
@font-face {
    font-family: geologica-thin; 
    src: url(../fonts/Geologica-Thin.ttf); 
}
@font-face {
    font-family: days_one; 
    src: url(../fonts/DaysOne-Regular.ttf); 
}
@font-face {
    font-family: number; 
    src: url(../fonts/Numbers_Greenback.ttf); 
}

:root {
  --color-green:#D2EC0B;
  --color-green_hover:#b5cc30;
  --color-orange: #FF6A00;
  --color-orange_hover: #e8570e;
  --color-blue: #9CA4FF;
  --color-blue_hover: #757cd5;
  --color-pink: #E489C0;
  --color-text: #181416;
  --color-white_hover: #d7d7d7;
}


