/* MONTSERRAT (bunny.net, βάρος 400 normal) */
@font-face {
  font-family: 'Montserrat',
  font-style: normal,
  font-weight: 400,
  src: url('https://fonts.bunny.net/files/montserrat-latin-400-normal.woff2') format('woff2'),
  font-display: swap,
}

/* FONT AWESOME SOLID 900 (local) */
@font-face {
  font-family: 'Font Awesome 5 Free',
  font-style: normal,
  font-weight: 900,
  src: url('https://vproject.gr/wp-content/webfonts/fa-solid-900.woff2') format('woff2'),
  font-display: swap,
}

/* POPPINS (τοπικά αντίγραφα από τις μεταφορτώσεις του Elementor) */
@font-face {
  font-family: 'Poppins',
  font-style: normal,
  font-weight: 400,
  src: url('https://vproject.gr/wp-content/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2') format('woff2'),
  font-display: swap,
}
@font-face {
  font-family: 'Poppins',
  font-style: normal,
  font-weight: 600,
  src: url('https://vproject.gr/wp-content/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2') format('woff2'),
  font-display: swap,
}

/* MONTSERRAT (τοπικό αντίγραφο Elementor) */
@font-face {
  font-family: 'Montserrat',
  font-style: normal,
  font-weight: 400,
  src: url('https://vproject.gr/wp-content/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2') format('woff2'),
  font-display: swap,
}
@font-face {
  font-family: 'Montserrat',
  font-style: normal,
  font-weight: 700,
  src: url('https://vproject.gr/wp-content/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2') format('woff2'),
  font-display: swap,
}

/* FONT AWESOME BRANDS 400 (local) */
@font-face {
  font-family: 'Font Awesome 5 Brands',
  font-style: normal,
  font-weight: 400,
  src: url('https://vproject.gr/wp-content/webfonts/fa-brands-400.woff2') format('woff2'),
  font-display: swap,
}

/* FONTELLO ICON FONT (τοπική) */
@font-face {
  font-family: 'fontello',
  font-style: normal,
  font-weight: 400,
  src: url('https://vproject.gr/wp-content/font/fontello.woff2?3330833') format('woff2'),
  font-display: swap,
}

/* GOOGLE FONTS (παράδειγμα Montserrat/Poppins από το gstatic) */
@font-face {
  font-family: 'Montserrat',
  font-style: normal,
  font-weight: 400,
  src: url('https://fonts.gstatic.com/s/montserrat/v18/KFOmCnqEu.woff2') format('woff2'),
  font-display: swap,
}
@font-face {
  font-family: 'Montserrat',
  font-style: normal,
  font-weight: 700,
  src: url('https://fonts.gstatic.com/s/montserrat/v18/KFOlCnqEu.woff2') format('woff2'),
  font-display: swap,
}

.styled-quote {
  border-left: 3px solid #FC0082; /* ροζ γραμμή */
  padding-left: 15px; /* κενό μεταξύ γραμμής και κειμένου */
  font-style: italic,
  color: #555; /* μαλακότερο χρώμα κειμένου */
  margin: 20px 0,
}