// =============================================================================
// :: Fonts loading
// =============================================================================
/**
 * Load the fonts with the get-font mixin
 */

// =============================================================================
// :: Avenir Next
// =============================================================================
@include get-font("sofia-pro", "../assets/fonts/general/sofia-pro-family/sofia-pro-regular-italic", 400, normal);
@include get-font("sofia-pro", "../assets/fonts/general/sofia-pro-family/sofia-pro-bold", 600, normal);
@include get-font("sofia-pro", "../assets/fonts/general/sofia-pro-family/sofia-pro-semi-bold", 500, normal);
@include get-font("sofia-pro", "../assets/fonts/general/sofia-pro-family/sofia-pro-regular", 400, normal);
