/* MONTSERRAT (bunny.net, weight 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 (local copies from Elementor uploads) */
@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 (local Elementor copy) */
@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 (local) */
@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 (example Montserrat/Poppins from 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; /* pink line */
  padding-left: 15px; /* space between line and text */
  font-style: italic;
  color: #555; /* softer text color */
  margin: 20px 0;
}

