/* latin */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Iura6YBj_oCad4k1nzGBCw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Iurf6YBj_oCad4k1l5anHrFpiQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4c575e;
}

.bg-light {
  --bs-light-rgb: 183,209,218;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  text-align: center;
  font-weight: 800;
}

h2 {
  font-size: 1.5rem;
  font-weight: 800;
}

a {
  color: #4c575e;
}

#logos img {
  height: 60px;
}

nav a:hover {
  text-decoration: underline;
}

footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

nav {
  height: 11vh;
  flex-grow: 0;
  flex-shrink: 0;
}

footer {
  flex-grow: 0;
  flex-shrink: 0;
}

body > div > div {
  flex-grow: 1;
}

/*# sourceMappingURL=main-2025-11-26.css.map */
