﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@font-face {
    font-family: RobotoCondensedThin;
    src: url(fonts/Roboto-Thin.woff);
}

.font-RobotoCondensedThin {
    font-family: RobotoCondensedThin;
}

@font-face {
    font-family: RobotoCondensedLight;
    src: url(fonts/Roboto-Light.woff);
}

.font-RobotoCondensedLight {
    font-family: RobotoCondensedLight;
}

@font-face {
    font-family: RobotoCondensedBold;
    src: url(fonts/RobotoCondensed-BOLD.woff);
}

.font-RobotoCondensedBold {
    font-family: RobotoCondensedBold;
}

@font-face {
    font-family: RobotoCondensedRegular;
    src: url(fonts/RobotoCondensed-Regular.woff);
}

.font-RobotoCondensedRegular {
    font-family: RobotoCondensedRegular;
}


@font-face {
    font-family: FlamaCondensedBook;
    src: url(fonts/FlamaCondensed-Book.woff) !important;
}

.font-FlamaCondensedBook {
    font-family: FlamaCondensedBook;
}


@font-face {
    font-family: FlamaCondensedBasic;
    src: url(fonts/FlamaCondensed-Basic.woff);
}

.font-FlamaCondensedBasic {
    font-family: FlamaCondensedBasic;
}

@font-face {
    font-family: FlamaCondensedSemibold;
    src: url(fonts/FlamaCondensed-Semibold.woff);
}

.font-FlamaCondensedSemibold {
    font-family: FlamaCondensedSemibold;
}

@font-face {
    font-family: Impactreg;
    src: url(fonts/impactreg.woff);
}

.font-Impactreg {
    font-family: Impactreg;
}

@font-face {
    font-family: 'UbuntuCondensed';
    src: url(fonts/Ubuntu-Condensed.woff);
}

.font-UbuntuCondensed {
    font-family: UbuntuCondensed;
}


@font-face {
    font-family: 'LatoHeavy';
    src: url(fonts/Lato-Heavy.woff);
}

.font-LatoHeavy {
    font-family: LatoHeavy;
}

@font-face {
    font-family: 'LatoMedium';
    src: url(fonts/Lato-Medium.woff);
}

.font-LatoMedium {
    font-family: LatoMedium;
}

@font-face {
    font-family: 'LatoRegular';
    src: url(fonts/Lato-Regular.woff);
}

.font-LatoRegular {
    font-family: LatoRegular;
}
