/* Here we will define the typography for the theme. This will be used to generate the @font-face declarations. */
/* @theme {
    @font-face {
        font-family: "proxima-nova";
        font-weight: 300;
        font-display: swap;
        src:
            url('../fonts/proxima-nova-webfont/proximanova-light.woff2') format('woff2'),
            url('../fonts/proxima-nova-webfont/proximanova-light.woff') format('woff');
    }
} */