@font-face {
    font-family: Dosis, sans-serif;
    src: url('vendor/fonts/dosis/Dosis-Regular.otf');
}


body {
  	font-family: 'Dosis', arial, sans-serif;
    /*text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;*/
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	
    text-transform: uppercase;
    /*letter-spacing: 0.1em;*/
    /*font-weight: 300;*/
    
}

ul li {
	color: #ccc;
}
