/* @font-face loads before any other css */
/* https://css-tricks.com/snippets/css/using-font-face/ */
@font-face {
    font-family: 'icamaxiround';
    src: url('ICAMaxiRound-Regular.woff');
    src: url('ICAMaxiRound-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}