@font-face {
  font-family: "GE SS Two Bold";
  src: url("fonts/GE-SS-Two-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Square721 BT";
  src: url("fonts/SQR721B.TTF") format("truetype");
}

.font-ge-ss-two {
  font-family: "GE SS Two Bold", sans-serif;
}

.font-square721 {
  font-family: "Square721 BT", sans-serif;
}

header h1.arabic {
  font-size: 1rem;
}
header h1 {
  font-size: 0.7 rem;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  stroke: 0.5px rgba(255, 255, 255, 0.5);
}
