@font-face {
    font-family: Corbel;
    src: url(../fonts/corbel.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Corbel;
    src: url(../fonts/corbelb.ttf);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Corbel;
    src: url(../fonts/corbeli.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium_0.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular_0.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-MediumItalic_0.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Thin_0.ttf);
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoThin';
    src: url(../fonts/Roboto-Thin_0.ttf);
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light_0.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold_0.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BoldItalic_0.ttf);
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black_0.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BlackItalic_0.ttf);
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/Roboto-Condensed_0.ttf);
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/Roboto-BoldCondensed_0.ttf);
    font-weight: bold;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/Roboto-CondensedItalic_0.ttf);
    font-style: italic;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/Roboto-BoldCondensedItalic_0.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'LaneUpper';
    src: url(../fonts/LaneUpper.ttf);
    font-weight: normal;
    font-style: normal;
}

.corbel {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.laneupper {
    font-family: 'LaneUpper', sans-serif;
}
