/*
===========================
STYLE DOCUMENTATION
===========================
1.0 - FONT FAMILIES
    1.1 - ARCHIVO
    1.2 - ARCHIVO CONDENSED
    1.3 - ARCHIVO EXTRA CONDENSED

 */
/*
===========================
1.1 Archivo Font Family
===========================
 */
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/*
===========================
1.2 Archivo Condensed Font Family
===========================
 */
@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Condensed';
    src: url('../fonts/archivo/Archivo_Condensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/*
===========================
1.3 Archivo Extra Condensed Font Family
===========================
 */
@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Extra-Condensed';
    src: url('../fonts/archivo/Archivo_ExtraCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


/*
===========================
1.4 Georgia
===========================
 */
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/georgiai.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/georgiab.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/georgiaz.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


