//------------------------------------------------------------------------------------------------
//  FONTS
//------------------------------------------------------------------------------------------------

/*
Register custom Evolution Funding fonts for use in our projects.
*/

@font-face {
    font-family: 'moderat';
    src: url('#{$global-fonts-path}moderat-bold-webfont.woff2') format('woff2'),
         url('#{$global-fonts-path}moderat-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'moderat';
    src: url('#{$global-fonts-path}moderat-regular-webfont.woff2') format('woff2'),
         url('#{$global-fonts-path}moderat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('#{$global-fonts-path}roboto-bold-webfont.woff2') format('woff2'),
         url('#{$global-fonts-path}roboto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('#{$global-fonts-path}roboto-light-webfont.woff2') format('woff2'),
         url('#{$global-fonts-path}roboto-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}