/* Roboto fonts via Google Fonts CDN */
/* Replaces local Font Squirrel webfont files that were missing on the server */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
 * Map Google Fonts weights to the same font-family names used throughout the project
 * so existing CSS rules (e.g. font-family: 'roboto-regular') continue to work.
 */

@font-face {
    font-family: 'roboto-thin';
    src: local('Roboto Thin'), local('Roboto-Thin');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-light';
    src: local('Roboto Light'), local('Roboto-Light');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: local('Roboto'), local('Roboto-Regular');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-medium';
    src: local('Roboto Medium'), local('Roboto-Medium');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: local('Roboto Bold'), local('Roboto-Bold');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-black';
    src: local('Roboto Black'), local('Roboto-Black');
    font-weight: 900;
    font-style: normal;
}
