
// Fonts variables
$font_path: '../fonts/';

@font-face {
    font-family: 'Soho';
    src: url($font_path + 'SohoGothicPro-Regular.eot');
    src: url($font_path + 'SohoGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
        url($font_path + 'SohoGothicPro-Regular.woff2') format('woff2'),
        url($font_path + 'SohoGothicPro-Regular.woff') format('woff'),
        url($font_path + 'SohoGothicPro-Regular.ttf') format('truetype'),
        url($font_path + 'SohoGothicPro-Regular.svg#SohoGothicPro-Regular') format('svg');
    font-weight: $font-weight-regular;
    font-style: normal;
}

@font-face {
    font-family: 'Soho';
    src: url($font_path + 'SohoGothicPro-Medium.eot');
    src: url($font_path + 'SohoGothicPro-Medium.eot?#iefix') format('embedded-opentype'),
        url($font_path + 'SohoGothicPro-Medium.woff2') format('woff2'),
        url($font_path + 'SohoGothicPro-Medium.woff') format('woff'),
        url($font_path + 'SohoGothicPro-Medium.ttf') format('truetype'),
        url($font_path + 'SohoGothicPro-Medium.svg#SohoGothicPro-Medium') format('svg');
    font-weight: $font-weight-medium;
    font-style: normal;
}

@font-face {
    font-family: 'Soho';
    src: url($font_path + 'SohoGothicPro-Bold.eot');
    src: url($font_path + 'SohoGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
        url($font_path + 'SohoGothicPro-Bold.woff') format('woff'),
        url($font_path + 'SohoGothicPro-Bold.ttf') format('truetype'),
        url($font_path + 'SohoGothicPro-Bold.svg#SohoGothicPro-Bold') format('svg');
    font-weight: $font-weight-bold;
    font-style: normal;
}
