@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "Somar-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ArbFONTS-Somar-Light.otf") format("opentype");
}
@font-face {
  font-family: "Somar-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ArbFONTS-Somar-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Somar-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/ArbFONTS-Somar-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Somar-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Somar-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Somar-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Somar-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Somar-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Somar-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Arial-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Arial.ttf") format("truetype");
}

/* The following line is used to measure usage of this code in production. For more info see our usage billing page 
@import url("https://px.animaapp.com/61d97c4a64624bf7aa6a457a.61d97c4c438483a99f5a1edb.D15uJCf.hcp.png");

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
*/
