/*& roboto*/
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-ExtraLight.ttf) format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-ExtraLightItalic.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-SemiBold.ttf) format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-ExtraBold.ttf) format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-ExtraBoldItalic.ttf) format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
}
@font-face {
    font-family: roboto;
    src: url(static/roboto/Roboto-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
}
/*& proxima nova*/
@font-face {
    font-family: nova;
    src: url(static/ProximaNova/proximanova_light.otf) format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: nova;
    src: url(static/ProximaNova/proximanova_regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: nova;
    src: url(static/ProximaNova/proximanova_bold.otf) format('opentype');
    font-weight: 700;
}
@font-face {
    font-family: nova;
    src: url(static/ProximaNova/proximanova_extrabold.otf) format('opentype');
    font-weight: 800;
}
@font-face {
    font-family: nova;
    src: url(static/ProximaNova/proximanova_black.otf) format('opentype');
    font-weight: 900;
}
/*& rubik*/
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-Light.ttf) format('truetype');
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-Medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-SemiBold.ttf) format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-Bold.ttf) format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-ExtraBold.ttf) format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: rubik;
    src: url(static/rubik/Rubik-Black.ttf) format('truetype');
    font-weight: 900;
}