/* philosopher-regular - latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/philosopher-v19-latin-regular.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/philosopher-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Festivo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/DigitUp/Villa/assets/fonts/festivolc-basic2.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/festivolc-basic2.woff") format("woff");
}
@font-face {
  font-family: "Festivo Fallback arial";
  src: local(Arial Narrow);
  size-adjust: 100%;
  ascent-override: 88%;
  descent-override: 28%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Festivo Fallback roboto";
  src: local(Roboto);
  size-adjust: 89%;
  ascent-override: 95%;
  descent-override: 40%;
  line-gap-override: normal;
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-regular.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-regular.woff") format("woff");
}
/* raleway-500 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500.woff") format("woff");
}
/* raleway-italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-italic.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-italic.woff") format("woff");
}
/* raleway-500italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500italic.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500italic.woff") format("woff");
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.text-block-warpper .bar-container {
  width: 100%;
  max-width: 839px;
  margin-inline: auto;
}
.text-block-warpper .title {
  font-size: 0.9375rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: none;
}
.text-block-warpper .title::first-letter {
  font-size: 90px;
  float: left;
  line-height: 0.9;
  margin-right: 0.3125rem;
  margin-top: -52px;
  font-family: "Philosopher", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .text-block-warpper .title::first-letter {
    font-size: 60px;
    margin-top: -30px;
  }
}
.text-block-warpper p {
  font-size: 0.9375rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.text-block-warpper h2 {
  margin: 3rem 0px;
  font-size: 1.375rem;
  text-transform: none;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .text-block-warpper h2 {
    margin: 1rem 0px;
  }
}
.text-block-warpper .image-card {
  margin-top: 1.5625rem;
}
.text-block-warpper .image-card img {
  width: 100%;
  border-radius: 0.375rem;
  display: block;
}
.text-block-warpper .img-title {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 600;
}
