@font-face {
  font-family: 'customfont';
  src: url('custom-font_regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'customfont';
  src: url('custom-font_bold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'customfont2';
  src: url('custom-font2.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'sunshine-in-my-soul';
  src: url('sunshine-in-my-soul.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'not-courier-sans';
  src: url('not-courier-sans.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'perla';
  src: url('perla.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'karrilee';
  src: url('karrilee.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}