/**
 * Custom Fonts for Elementor - Frontend Styles
 * 
 * This file ensures custom fonts are loaded on the frontend
 */

/* Custom fonts will be loaded via @font-face declarations in PHP */
/* This file serves as a placeholder and can be extended with additional font styles */

/* Optional: Add fallback styles for custom fonts */
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-button {
    /* Ensure smooth font loading */
    font-display: swap;
}

/* Optional: Add specific styles for custom fonts if needed */
/* Example:
.custom-font-example {
    font-family: 'Your Custom Font', sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/ 