﻿
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

@media screen and (min-width: 601px) {
    html, body, html * {
        /*   we agree on 16px for this example 
        font-size: 100%;

    /*font-size: 16px !important; */
        font-family: 'Roboto Condensed', sans-serif;
        font-size: revert;
        font-weight: 300;
        margin: 0px 0 0px 0;
    }
}
/* Mobile */
@media screen and (max-width: 600px) {
    html, body, html * {
        /*   we agree on 16px for this example 
        font-size: 100%;

    /*font-size: 16px !important; */
        font-family: 'Roboto Condensed', sans-serif;
        font-size: revert;
        font-weight: 300;
        margin: 0px 0 0px 0;
    }
}
