@font-face {
    font-family: "Roboto";
    src: url(http://www.theconnectedsleeve.by.derigueur.fr/assets/fonts/Roboto-Thin.ttf);
    font-weight: 200;
}

@font-face {
    font-family: "Roboto";
    src: url(http://www.theconnectedsleeve.by.derigueur.fr/assets/fonts/Roboto-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url(http://www.theconnectedsleeve.by.derigueur.fr/assets/fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url(http://www.theconnectedsleeve.by.derigueur.fr/assets/fonts/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url(http://www.theconnectedsleeve.by.derigueur.fr/assets/fonts/Roboto-Bold.ttf);
    font-weight: 700;
}

body { 
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h1 { 
    font-weight: 200; 
    margin: 0; 
}

a { 
    text-decoration: none; 
}

#content { 
    padding: 60px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#nav a {
    font-weight: 200;
    color: #333;
}