@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --pfc-color-bg: #F3F1E0;
    --pfc-color-text: #221E1E;
    --pfc-color-red: #DA3E27;
    --pfc-color-border: #221E1E;
    --pfc-color-hashtag: #FF6B6B;

    --heder-h: 5rem;
  }


html {
  color: #222;
  background-color: var(--pfc-color-bg);
  font-size: 1em;
  height: 100%;
  font-family:  "Public Sans",sans-serif;

  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

h1 {
  font-size: clamp(1rem, 3vh, 2rem)!important;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  word-break: break-word;
  font-weight: 900;
}

.header-big{
  font-size: clamp(2rem, 5vh, 3rem);
  margin-top: 0.67em;
  margin-bottom: 2rem;
  word-break: break-word;
  font-weight: 900;
  text-align: center;
}


h2{
  font-size: clamp(1rem,5vh,2rem);
  margin-bottom: 0.5rem;
  font-weight: 900;
}
h3{
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 900;
}

li {
  color: var(--pfc-color-text);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

p {
  color: var(--pfc-color-text);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1rem,16vw,18px);
  line-height: 150%;
  /*margin-top: 1.5rem;*/
  margin-bottom: 1.5rem;
  word-break: break-word;
}

a {
  font-weight: 500;
}



*::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;

}
*::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  background-color: rgb(0, 0, 0);
}
*::-webkit-scrollbar-thumb:horizontal{
  background-color: #5d5d5d;
  height: 0.5rem;


}
*::-webkit-scrollbar-thumb:hover {
  background-color: #b4b4b4;
}

*::-webkit-scrollbar-thumb {
  background-color: #5d5d5d;
  cursor: pointer;
  /*outline: 1px solid slategrey;*/
  /*border-radius: 100px;*/
}