/*
Theme Name: Bosnia News Theme
Theme URI: https://github.com/fkoric-fakezzz/bosnia-news-theme
Author: fkoric
Author URI: https://github.com/fkoric-fakezzz
Description: Minimal WordPress theme wrapper for the Bosnia News frontend.
Version: 0.1.0
Text Domain: bosnia-news-theme
*/

/* Basic reset and layout hooks. Extend as needed. */
html, body { margin: 0; padding: 0; }
.site { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }

