@import url('https://fonts.googleapis.com/css2?family=GFS+Neohellenic:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.gfs-neohellenic-regular {
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gfs-neohellenic-bold {
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gfs-neohellenic-regular-italic {
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.gfs-neohellenic-bold-italic {
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 700;
  font-style: italic;
}

div {
    display: block;
    unicode-bidi: isolate;
}

#header,
#container {
  max-width: 1000px;
  width: 100%;
  /* background-color: ; */
}