/* Austin Font Face */
@font-face {
    font-family: 'Austin';
    src: url('Austin-Light.woff2') format('woff2'),
        url('Austin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}