/*
Theme Name: BSK Education
Description: Custom educational theme for BSK School
Author: Brian Kasozi
Version: 1.2.3
Text Domain: bsk-education
*/

/* WordPress Theme Styles - Decoy file */
body {
    font-family: 'Inter', sans-serif;
}

.site-header {
    position: relative;
}

.site-main {
    min-height: 50vh;
}

.wp-site-blocks {
    padding: 0;
}

/* Simulate WordPress theme structure */
.hentry, .entry-content, .entry-header {
    display: block;
}