/**
 * Avenir
 */
 @font-face {
    font-family: 'Avenir';
    font-style: normal;
    src: local(''),
         url('./Avenir-Book-01.ttf') format("truetype");
}

/**
 * Montserrat
 */
 @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: local(''),
         url('./Montserrat-Regular.ttf') format('truetype');
}

/**
 * Usuzi
 */
 @font-face {
    font-family: 'Usuzi';
    font-style: normal;
    src: local(''),
         url('./Usuzi-Expanded-Italic.ttf') format("truetype");
}

/**
 * Roboto
 */
 @font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: local(''),
         url('./Roboto-Regular.ttf') format("truetype");
}
