/*
Theme Name: Beaver Builder Child Theme - 2025
Theme URI: 
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: https://herbcreates.com
template: bb-theme
*/

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

@font-face {
    font-family: 'Catchy Mager';
    src: url('CatchyMager-Normal.eot');
    src: local('Catchy Mager'), local('CatchyMager-Normal'),
        url('fonts/CatchyMager-Normal.eot?#iefix') format('embedded-opentype'),
        url('fonts/CatchyMager-Normal.woff2') format('woff2'),
        url('fonts/CatchyMager-Normal.woff') format('woff'),
        url('fonts/CatchyMager-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

