/*
 * Custom Local Font Declarations
 * Using relative paths for compatibility across all environments (dev/staging/production)
 */

/* DM Sans Font */
 @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: block;
    src: url('../../fonts/DMSans.woff2') format('woff2');
}

/* Newsreader Variable Font */
@font-face {
    font-family: 'Newsreader';
    font-style: normal;
    font-weight: 200 800;
    font-display: block;
    src: url('../../fonts/Newsreader.woff2') format('woff2');
}
