/*@import url(fonts/Futura.otf);*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Abril Fatface');


/* GENERAL */
*{
    /*font-family: Verdana;*/
    font-family: "Raleway", Arial, sans-serif;
    /*font-style: italic;*/
}

body{
    /*background: #e6f2fe;*/
}

