@font-face {
    font-family: 'MinionPro-Medium';
    src: url('MinionPro-Medium.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* 
Light: 300
Regular: 400
Bold: 700
Black: 900 
*/
.font-roboto {
    font-family: 'Lato', sans-serif;
}

.font-bold {
    font-weight: bold;
}

.font-lato{
    font-family: 'Lato', sans-serif;
}

.font-minion{
    font-family: 'MinionPro-Medium';
}

.font-grey {
    color: #919191;
}

