@import '../_variables';

// source sans pro extra-light
@font-face {
    font-display: swap;
    font-family: 'source-sans-pro';
    font-weight: 200;
    font-style: normal;
    src: url($msk--font-path + 'source-sans-pro-200.woff2') format('woff2'),
        url($msk--font-path + 'source-sans-pro-200.ttf') format('truetype');
}

// source sans pro light
@font-face {
    font-display: swap;
    font-family: 'source-sans-pro';
    font-weight: 300;
    font-style: normal;
    src: url($msk--font-path + 'source-sans-pro-300.woff2') format('woff2'),
        url($msk--font-path + 'source-sans-pro-300.ttf') format('truetype');
}

// source sans pro regular
@font-face {
    font-display: swap;
    font-family: 'source-sans-pro';
    font-weight: 400;
    font-style: normal;
    src: url($msk--font-path + 'source-sans-pro-400.woff2') format('woff2'),
        url($msk--font-path + 'source-sans-pro-400.ttf') format('truetype');
}

// source sans pro semibold
@font-face {
    font-display: swap;
    font-family: 'source-sans-pro';
    font-weight: 600;
    font-style: normal;
    src: url($msk--font-path + 'source-sans-pro-600.woff2') format('woff2'),
        url($msk--font-path + 'source-sans-pro-600.ttf') format('truetype');
}

// source sans pro bold
@font-face {
    font-display: swap;
    font-family: 'source-sans-pro';
    font-weight: 700;
    font-style: normal;
    src: url($msk--font-path + 'source-sans-pro-700.woff2') format('woff2'),
        url($msk--font-path + 'source-sans-pro-700.ttf') format('truetype');
}

// source sans pro black
@font-face {
    font-display: swap;
    font-family: 'source-sans-pro';
    font-weight: 900;
    font-style: normal;
    src: url($msk--font-path + 'source-sans-pro-900.woff2') format('woff2'),
        url($msk--font-path + 'source-sans-pro-900.ttf') format('truetype');
}
