/* Responsive Font Base */
/* ==> 1rem = 10px */
html {
  font-size: 62.5%;
}
body {
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.56rem + 0.5vw, 2.2rem);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #404040;
}
p {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.36rem + 0.5vw, 2rem);
  font-weight: 300;
}
h1 {
  font-size: 3rem;
  font-size: clamp(3rem, 1.68rem + 2.75vw, 5.2rem);
  font-weight: 700;
  color: #464646;
}
h2 {
  font-size: 2.5rem;
  font-size: clamp(2.2rem, 0.82rem + 2.875vw, 4.5rem);
  font-weight: 500;
  color: #464646;
}
h3 {
  font-size: 2rem;
  font-size: clamp(2.2rem, 1.24rem + 2vw, 3.8rem);
  font-weight: 400;
  color: #464646;
}
h4 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.28rem + 1.5vw, 3.2rem);
  font-weight: 400;
  color: #464646;
}
h5 {
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.2rem + 1.25vw, 2.8rem);
  font-weight: 400;
  color: #464646;
}
h6 {
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.06rem + 1.125vw, 2.5rem);
  font-weight: 400;
  color: #464646;
}
/* SEPARATE CLASSES */
.my-subtitle {
  font-size: 2.5rem;
  font-size: clamp(2rem, 1.1rem + 1.875vw, 3.5rem);
}
.ad-archive-card__text {
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.68rem + 0.25vw, 2rem);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #464646;
}
.ad-archive-card__heading {
  font-size: 2rem;
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
  font-weight: 350;
}
.ad-single__heading {
  font-size: 3rem;
  font-size: clamp(3rem, 2.4rem + 1.25vw, 4rem);
  line-height: 1.1;
}
/* Search & Filter Plugin Settings */
.searchandfilter select.sf-input-select {
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.68rem + 0.25vw, 2rem);
  border-radius: 4px;
  width: 300px;
  padding: 4px;
  background-color: #ffffff;
}
.searchandfilter h4 {
  color: #ffffff;
  letter-spacing: 1px;
}
.searchandfilter ul {
  padding: 1rem;
}
.search-filter-reset {
  background-color: #ffffff;
  color: #3687EE;
  border-radius: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
/* PAGINATION ON TORI ARCHIVE PAGE */
.oxy-repeater-pages {
  gap: 1.4rem;
}
.page-numbers {
  font-size: 2.2rem;
  color: black;
}
.page-numbers.current {
  color: #3687EE;
}
