/* Roboto Condensed Regular */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: local('Roboto Condensed'),
         local('RobotoCondensed-Regular'),
         url('fonts/roboto-condensed-v31-latin_vietnamese-regular.woff2') format('woff2');
}

/* Roboto Condensed Bold */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: local('Roboto Condensed Bold'),
         local('RobotoCondensed-Bold'),
         url('fonts/roboto-condensed-v31-latin_vietnamese-600.woff2') format('woff2');
}