/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


@font-face {
  font-family: 'Bebas';
  src: url('/wp-content/uploads/fonts/Bebas-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/Bebas-Regular.woff') format('woff'),
       url('/wp-content/uploads/fonts/Bebas-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Apply globally */
body, 
body * {
  font-family: 'Bebas', sans-serif !important;
}


.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label {
  font-family: 'Bebas', sans-serif !important;
}


/* Apply Bebas to Contact Form 7 fields */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label {
  font-family: 'Bebas', sans-serif !important;
}

/* Apply Bebas specifically to placeholders */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  font-family: 'Bebas', sans-serif !important;
/*   letter-spacing: 0.02em; /* optional: adds nice spacing */ */
/*   color: #888; /* optional: set placeholder color */ */
}

@font-face {
  font-family: 'Bebas';
  src: url('/wp-content/uploads/fonts/Bebas-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/Bebas-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* fallback chain */
.rs-layer, .tp-caption, .rev-btn, body {
  font-family: 'Bebas', Arial, Helvetica, sans-serif !important;
}

