/* Web Fonts - Placeholder */
/* Note: If you have Graphik Web font files, add @font-face declarations here */

/* Example @font-face structure (uncomment and update paths if font files are available):

@font-face {
  font-family: 'Graphik Web';
  src: url('GraphikWeb-Regular.woff2') format('woff2'),
       url('GraphikWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('GraphikWeb-Medium.woff2') format('woff2'),
       url('GraphikWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BentonSans Medium';
  src: url('BentonSans-Medium.woff2') format('woff2'),
       url('BentonSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

*/
