/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Expressa Serial for headings and buttons */
@font-face {
  font-family: 'Expressa Serial';
  src: url('https://www.usimmigration.ai/wp-content/uploads/fonts/Expressa-SerialBold.woff2') format('woff2');
  font-display: swap;
}

/* Inter Regular for body */
@font-face {
  font-family: 'Inter';
  src: url('https://www.usimmigration.ai/wp-content/uploads/fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-display: swap;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.fl-page h1, .fl-page h2, .fl-page h3, .fl-page h4, .fl-page h5, .fl-page h6,
.fl-module-content h1, .fl-module-content h2, .fl-module-content h3, .fl-module-content h4, .fl-module-content h5, .fl-module-content h6 {
  font-family: 'Expressa Serial', sans-serif !important;
}

/* Body font */
body {
  font-family: 'Inter', Arial, sans-serif !important;
}

/* Beaver Builder Buttons */
.fl-button, a.pp-button * {
  font-family: 'Expressa Serial', sans-serif;
}

/* Fix CLS for videos and iframes */
.fl-module-powerpack-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}