/*
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... */

/* ---------------------------------------------------------------
   Custom webfont. Cabin is a Google font and comes from the Beaver
   Builder font dropdown, so only this non-Google face is self-hosted.
   The family name here MUST match the name registered in functions.php.
   --------------------------------------------------------------- */
@font-face {
  font-family: 'LT Perfume 2';
  src: url('fonts/LTPerfume-2.woff2') format('woff2'),
       url('fonts/LTPerfume-2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
