//------------------------------------------------
//font-face
//------------------------------------------------
// Monserrat
@include font-face(
    "Montserrat", "../fonts/montserrat/montserrat_black",
    900, normal,
    woff2 woff ttf
);

// Fira Sans
@include font-face(
    "Fira Sans", "../fonts/fira_sans/firasans_regular",
    normal, normal,
    woff2 woff ttf
);

@include font-face(
    "Fira Sans", "../fonts/fira_sans/firasans_bold",
    bold, normal,
    woff2 woff ttf
);

//Nunito Sans
@include font-face(
    "Nunito Sans", "../fonts/nunito_sans/nunito_sans",
    normal, normal,
    woff2 woff ttf
);

@include font-face(
    "Nunito Sans", "../fonts/nunito_sans/nunito_sans_bold",
    bold, normal,
    woff2 woff ttf
);

//------------------------------------------------
//End font-face
//------------------------------------------------
