
/*
@font-face {
  font-family: 'CustomFont';
  src: url('path/to/fonts/custom-font-regular.woff2') format('woff2'),
       url('path/to/fonts/custom-font-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/

/*
@font-face {
  font-family: 'CustomFont';
  src: url('path/to/fonts/custom-font-bold.woff2') format('woff2'),
       url('path/to/fonts/custom-font-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
*/
