/* --------------------------------------------- */
/* Family: Cabin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Cabin-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Cabin-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Cabin-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Cabin-BoldItalic.ttf') format('truetype');
}

/* --------------------------------------------- */
/* Family: Lato */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}
/* Italic */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
}

/* --------------------------------------------- */
/* Family: Maven Pro */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/MavenPro-Black.ttf') format('truetype');
}

/* --------------------------------------------- */
/* Family: Oxygen */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Oxygen-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Oxygen-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Oxygen-Bold.ttf') format('truetype');
}

/* --------------------------------------------- */
/* Family: Source Sans 3 */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
}
/* Italic */
@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
}
