@font-face {
  font-family: "poppins";
  src: url("./Poppins/Poppins-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "poppins-semibold";
  src: url("./Poppins/Poppins-SemiBold.ttf");
  font-style: semibold;
}

html html,
body,
div,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "poppins", sans-serif;
}

.nav-link:hover {
  color: #ff9900 !important;
}

.text-primary-orange {
  color: #f90;
}

hr#hr-tryit {
  width: 100px;
  border: none;
  border-top: 3px solid;
  color: #ff9900;
  opacity: 1;
  margin-top: 32px;
}

.title-h {
  font-size: 28px;
}

#section-art {
  height: fit-content;
  width: 100%;
  display: block;
  overflow: auto;
  padding: 0 0 40px 0;
}

a .article-title {
  color: black;
}

.img-article {
  border-radius: 8px;
}

.article-title {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 50px;
}

button.article-view-more {
  width: fit-content;
  display: block;
  height: 4rem;
  background-color: #ff9900;
  color: white;
  border: none;
  border-radius: 20px;
  margin: 64px auto 0;
  padding: 16px 21px;
  font-size: 22px;
  font-weight: 400;
}

.article-cat-name {
  color: #945e30;
  margin-top: 20px;
}

@media only screen and (max-width: 700px) {
  .article-title {
    font-weight: 800;
    font-size: 16px;
  }

  .article-cat-name {
    color: #945e30;
    margin-top: 20px;
    font-size: 12px;
  }

  .article-list-container img {
    width: 100% !important;
  }

  .article-list-container div {
    padding: 0 !important;
  }

  footer {
    height: fit-content;
  }
}
