/* Museo Sans */
@font-face {
    font-family: 'museo';
    font-weight: 500; font-style: normal;
    src: url('../fonts/museo.woff') format('woff');
}

/* Cambria */
@font-face {
	font-family: 'Cambria';
	font-weight: normal; font-style: normal;
	src: local('Cambria'), url('../fonts/cambria.woff') format('woff');
}
@font-face {
	font-family: 'Cambria';
	font-weight: normal; font-style: italic;
	src: local('Cambria Italic'), local('Cambria-Italic'), url('../fonts/cambria-italic.woff') format('woff');
}
@font-face {
	font-family: 'Cambria';
	font-weight: bold; font-style: normal;
	src: local('Cambria Bold'), local('Cambria-Bold'), url('../fonts/cambria-bold.woff') format('woff');
}
@font-face {
	font-family: 'Cambria';
	font-weight: bold; font-style: italic;
	src: local('Cambria Bold Italic'), local('Cambria-BoldItalic'), url('../fonts/cambria-bolditalic.woff') format('woff');
}

/* Roboto */
@font-face {
    font-family: 'Roboto';
    font-weight: 300; font-style: normal;
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/robotolight.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400; font-style: normal;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500; font-style: normal;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/robotomedium.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: bold; font-style: normal;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/robotobold.woff') format('woff');
}

/* Avenir Next */
@font-face {
    font-family: 'a';
    font-weight: 400; font-style: normal;
    src: url('../fonts/avenir.woff') format('woff');
}
@font-face {
    font-family: 'a';
    font-weight: 500; font-style: normal;
    src: url('../fonts/avenirmedium.woff') format('woff');
}
@font-face {
    font-family: 'a';
    font-weight: 600; font-style: normal;
    src: url('../fonts/avenirdemi.woff') format('woff');
}
@font-face {
    font-family: 'a';
    font-weight: 700; font-style: normal;
    src: url('../fonts/avenirbold.woff') format('woff');
}


/* Ubuntu */
@font-face {
    font-family: 'u';
    font-weight: 400; font-style: normal;
    src: local('u'), url('../fonts/ubuntu.woff') format('woff');
}
@font-face {
    font-family: 'u';
    font-weight: 500; font-style: normal;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../fonts/ubuntumedium.woff') format('woff');
}
@font-face {
    font-family: 'u';
    font-weight: 700; font-style: normal;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntubold.woff') format('woff');
}