// TELUS brand font

$font-url-prefix: 'https://cdn.telus.digital/thorium/core/fonts'; /* stylelint-disable-line */
$icon-font-prefix: 'https://cdn.telus.digital/thorium/core/v0.4.0';

//
// Helvetica Neue Thin 35
//
@font-face {
  font-family: 'TELUS-Web';
  font-style: normal;
  font-weight: 300;
  src: url('#{$font-url-prefix}/aff68211-86bb-476d-882e-f7a3face144c.woff2') format('woff2'),
    url('#{$font-url-prefix}/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff') format('woff'),
    url('#{$font-url-prefix}/278bef59-6be1-4800-b5ac-1f769ab47430.ttf') format('truetype'),
    url('#{$font-url-prefix}/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix') format('eot');
}

$font-url-prefix: '#{$font-url-prefix}/etext';

//
// Helvetica Neue Light 45
//
@font-face {
  font-family: 'TELUS-Web';
  font-style: normal;
  font-weight: 400;
  src: url('#{$font-url-prefix}/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2') format('woff2'),
    url('#{$font-url-prefix}/d7d2e6c6-fc3a-41a5-9b52-648e12e215b2.woff') format('woff'),
    url('#{$font-url-prefix}/cb64744b-d0f7-4ef8-a790-b60d6e3e4f21.ttf') format('truetype'),
    url('#{$font-url-prefix}/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot?#iefix') format('eot');
}

//
// Helvetica Neue Roman 55
//
@font-face {
  font-family: 'TELUS-Web';
  font-style: normal;
  font-weight: 500;
  src: url('#{$font-url-prefix}/dc50c02f-3f77-4e75-b89c-e3f9bb4752e6.woff2') format('woff2'),
    url('#{$font-url-prefix}/ce6f5b38-1cb5-4a27-8182-583aa68b2436.woff') format('woff'),
    url('#{$font-url-prefix}/ff06cde7-e06a-4cf0-af4d-5b2f737bf544.ttf') format('truetype'),
    url('#{$font-url-prefix}/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix') format('eot');
}

//
// Helvetica Neue Medium 65
//
@font-face {
  font-family: 'TELUS-Web';
  font-style: normal;
  font-weight: 700;
  src: url('#{$font-url-prefix}/3e8a8b56-3cb0-4347-b670-eaaf06b76e9b.woff2') format('woff2'),
    url('#{$font-url-prefix}/07173950-fa69-4b65-9c71-0cf2ec00b51d.woff') format('woff'),
    url('#{$font-url-prefix}/aac5a4b8-ffd3-4529-a098-21b91bc86f9a.ttf') format('truetype'),
    url('#{$font-url-prefix}/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix') format('eot');
}

// Utility Icons web font
@font-face {
  font-family: 'TELUS Core Icons';
  src: url('#{$icon-font-prefix}/core-icons.eot');
  src: url('#{$icon-font-prefix}/core-icons.woff2') format('woff2'),
    url('#{$icon-font-prefix}/core-icons.woff') format('woff'),
    url('#{$icon-font-prefix}/core-icons.ttf') format('truetype'),
    url('#{$icon-font-prefix}/core-icons.eot?#iefix') format('eot');
  font-weight: normal;
  font-style: normal;
}
