@font-face {
    src: url("#{$bcgov-font-path}/bc-sans/BCSans-Regular.woff2") format('woff2'),
    url("#{$bcgov-font-path}/bc-sans/BCSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-family: "BCSans";
}

@font-face {
    src: url("#{$bcgov-font-path}/bc-sans/BCSans-Bold.woff2") format("woff2"),
    url("#{$bcgov-font-path}/bc-sans/BCSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-family: "BCSans";
}

@font-face {
    src: url("#{$bcgov-font-path}/bc-sans/BCSans-Italic.woff2") format("woff2"),
    url("#{$bcgov-font-path}/bc-sans/BCSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-family: "BCSans";
}

@font-face {
    src: url("#{$bcgov-font-path}/bc-sans/BCSans-BoldItalic.woff2") format("woff2"),
    url("#{$bcgov-font-path}/bc-sans/BCSans-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-family: "BCSans";
}