@font-face {
    font-family: 'archiaregular';
    src: url('./fonts/archia-regular-webfont.eot');
    src: url('./fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/archia-regular-webfont.woff2') format('woff2'),
         url('./fonts/archia-regular-webfont.woff') format('woff'),
         url('./fonts/archia-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}