/**
 * Local Font CSS - Baloo Paaji 2
 * This file can be updated with actual @font-face declarations
 * once the font files are downloaded and placed in tema/fonts/
 * 
 * For now, this serves as a placeholder that will use system fonts
 * or can be updated with actual font-face rules.
 */

/* Placeholder - Update with actual @font-face when fonts are downloaded */
/* Example structure:
@font-face {
    font-family: 'Baloo Paaji 2';
    font-style: normal;
    font-weight: 400;
    src: url('baloo-paaji-2-regular.woff2') format('woff2'),
         url('baloo-paaji-2-regular.woff') format('woff');
}
*/

/* Temporary fallback until fonts are downloaded */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

