@font-face {
  font-family: "App font";
  src: url(../fonts/Somar-Regular.ttf);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "App font";
  src: url(../fonts/Somar-Medium.ttf);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "App font";
  src: url(../fonts/Somar-Bold.ttf);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
