@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("./fonts/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("./fonts/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: bold;
  src: url("./fonts/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Regular.ttf");
}

@font-face {
  font-family: "shekari";
  font-style: bold;
  src: url("shekari.ttf");
}

body {
  margin: 0 auto;
  font-family: "IBM Plex Sans Arabic";
  direction: rtl;
  text-align: center;
  padding: 0 40px;

  header {
    position: relative;
    margin-top: 150px;

    .logo {
      svg {
        width: 100px;
        height: auto;
      }
    }
  }

  content {
    color: #000;
    font-size: 35px;
    line-height: 2;
    font-weight: 200;

    .projects {
      h2 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        font-weight: 300;
      }

      a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000;
        font-size: 30px;

        &:hover {
          border-bottom: 2px solid #000;
        }
      }
    }
  }

  footer {
    color: #adadad;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 100px;
    font-family: shekari;
  }
}
