@font-face {
  font-family: 'General Sans',sans-serif;
  src: url('./GeneralSans-Light.otf');
  font-weight: 300;
}

@font-face {
  font-family: 'General Sans',sans-serif;
  src: url('./GeneralSans-Regular.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'General Sans', sans-serif;
  src: url('./GeneralSans-Medium.otf');
  font-weight: 500;
}

@font-face {
  font-family: 'General Sans',sans-serif;
  src: url('./GeneralSans-Semibold.otf');
  font-weight: 600;
}