/* playfair-display-sc-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-sc-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Playfair var';
  src: url('../fonts/playfair/Playfair[opsz,wdth,wght].ttf') format('truetype');
  font-display: swap;
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  background-color: #fafafa;
  color: #000;
  width: 100%;
  scroll-behavior: smooth; 
  overflow-x: hidden;
  height: calc(var(--vh) * 100);
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  padding: 20px;
  max-width: 90%;
}
@media (min-width: 1024px) {
  section {
    padding: 4rem;
  }
  
}

/* ========== Intro Texteeeeee ========== */
.intro-text {
  padding: 0rem 0rem;
  max-width: 800px;
  text-align: left;
  margin-top: 7rem;
}
.intro-text h2 {
  font-size: 2.5rem;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: 400;
  padding-top: 2rem;
  padding-left: 4rem;
  text-align: left;
}
.intro-text p {
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
}
@media (max-width: 1024px) {
  .intro-text h2 {
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .intro-text h2 {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}

.main h2 {
  font-size: 1.5rem;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: 400;
  padding-top: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
}

h4 {
   margin-left: 1.7rem;
}

p {
  font-family: 'Roboto';
  font-size: 1.1rem;
  font-weight: 300;
  color: #5d5d5d;
  
  margin: 0.5rem;
  margin-left: 1.7rem;
  line-height: 1.4rem;
}

.main-head {
  margin: 2rem 0rem;
}

@media (max-width: 768px) {
  p {
    margin-left: 0;
  }
}

li {
    margin-left: 2.5rem;
}