/*Fonts*/
@font-face {
    font-family: 'telusweb';
    src: url('assets/fonts/HNforTELUSSA.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'telusweb';
    src: url('assets/fonts/HNforTELUSSA-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'telusweb';
    src: url('assets/fonts/HNforTELUSSA-Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body, html {
    font-family: 'telusweb';
    font-weight: 400;
}

/*h1 {
    font-weight: 500;
}

strong {
    font-weight: 500;
}*/