@import "../css/basics.css";
@import "./variables.css";

/* -------------------------------------------Articles------------------------------------------ */

strong {
  font-family: "Playpen Sans Arabic", cursive;
}

.tab {
  tab-size: 4vw;
}

.articles-article-text {
  margin-top: 15px;
}
.articles-paragraf {
  text-indent: 50px;
  font-family: "Playpen Sans Arabic", cursive;
  -webkit-font-smotothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" off;
}

.paper {
  background: var(--paper-color);
  width: 70%;
  margin: 2rem;
  padding: calc(var(--top-space) - 0.5lh) 3rem 1rem 5.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--ink-color);
  background-image: 
    /* the red line */ linear-gradient(
      90deg,
      transparent,
      transparent 4rem,
      var(--side-line-color) 4rem,
      var(--side-line-color) 4.25rem,
      transparent 4.25rem
    ),
    /*  The top space  */
      linear-gradient(
        var(--paper-color),
        var(--paper-color) var(--top-space),
        transparent var(--top-space)
      ),
    /* the blue lines */
      repeating-linear-gradient(
        transparent,
        transparent calc(1lh - var(--line-thickness)),
        var(--main-line-color) calc(1lh - var(--line-thickness)),
        var(--main-line-color) 1lh,
        transparent 1lh
      );
  box-shadow: 0 0 1rem rgb(0 0 0 / 0.25);
}

.articles-article-title {
  margin: 0 auto;
  text-align: center;
  color: var(--negru-pur);
  font-size: 2.3rem;
  margin-bottom: 2rem;
  margin-top: 5px;
  font-family: "Playpen Sans Arabic", cursive;
  -webkit-font-smotothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" off;
}

p {
  text-align: justify;
  text-justify: auto;
  font-family: "Playpen Sans Arabic", cursive;
  -webkit-font-smotothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" off;
}

.display-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

span {
  font-family: "Playpen Sans Arabic", cursive;
}

/* -------------------------------------------Articles END------------------------------------------ */

/* -------------------------------------------Responsiveness------------------------------------------ */

@media only screen and (max-width: 690px) {
  .articles-article-title {
    line-height: 50px;
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }

  .articles-article-text {
    margin-top: -10px;
  }

  span {
    font-size: 0.8rem;
  }

  .sageata {
    margin-bottom: 0.4em;
  }

  .paper {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
}
/* -------------------------------------------Responsiveness END------------------------------------------ */
