/* Light */
@font-face {
  font-family: 'FHPSun', Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Fonts/FHPSun-Light.otf') format('opentype'),
  url('Fonts/FHPSun-Light.woff') format('woff'),;
}

/* Regular */
@font-face {
  font-family: 'FHPSun', Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Fonts/FHPSun-Regular.otf') format('opentype'),
  url('Fonts/FHPSun-Regular.woff') format('woff');
}

/* SemiBold */
@font-face {
  font-family: 'FHPSun', Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Fonts/FHPSun-SemiBold.otf') format('opentype'),
  url('Fonts/FHPSun-SemiBold.woff') format('woff');
}

/* Bold */
@font-face {
  font-family: 'FHPSun', Verdana, Geneva, Tahoma, sans-serif; 
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Fonts/FHPSun-Bold.otf') format('opentype'),
  url('Fonts/FHPSun-Bold.woff') format('woff');
}
