/* Example font-face declaration */
/*
@font-face {
    font-family: 'CustomFont';
    src: url('../webfonts/custom-font.woff2') format('woff2'),
         url('../webfonts/custom-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

/* Add your custom font declarations here */