/**
 * Theme Name: Beaver Builder Child Theme
 * Template:   bb-theme
 * Description:  Child theme for the beaver builder theme.
 */

@font-face {
   font-family: 'RundText Thin';
   src: url('fonts/RundText-Thin.woff2') format('woff2'),
        url('fonts/RundText-Thin.woff') format('woff');
   font-weight: 100;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'RundText Light';
   src: url('fonts/RundText-Light.woff2') format('woff2'),
        url('fonts/RundText-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

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