/*
Theme Name: Blank Theme
Description: Minimalistic theme for Elementor
Version: 1.0
Author: Your Name
*/

/* Минимални reset стилове */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Премахване на margin от админ бара */
.admin-bar {
    margin-top: 0 !important;
}
