/*
Theme Name: Wellbeing 2025
Theme URI: https://wellbeing2025.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A modern WordPress theme for Wellbeing 2025
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wellbeing-2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



/**
 * New font family
 * 1. homemadeapple
*/
@font-face {
    font-family: 'homemade_appleregular';
    src: url('./assets/fonts/apple/homemadeapple-regular-webfont.woff2') format('woff2'),
         url('./assets/fonts/apple/homemadeapple-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}