/**
 * Add child theme CSS Rules
 */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('./assets/fonts/poppins-100.woff2') format('woff2'),
       url('./assets/fonts/poppins-100.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/poppins-regular.woff2') format('woff2'),
       url('./assets/fonts/poppins-regular.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('./assets/fonts/poppins-600.woff2') format('woff2'),
       url('./assets/fonts/poppins-600.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/poppins-700.woff2') format('woff2'),
       url('./assets/fonts/poppins-700.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('./assets/fonts/poppins-900.woff2') format('woff2'),
       url('./assets/fonts/poppins-900.woff') format('woff');
}


/* Borlabs Cookie */
.embed-responsive-16by9 > ._brlbs-cb-youtube {
    margin-top: -56.25%;
}