/*
Theme Name: ElectroSlim Landing Page
Description: A professional landing page theme for ElectroSlim product with Notion/Linear inspired design
Version: 1.0
Author: Manus
*/

/* Import the compiled CSS from the React build */
@import url('./assets/index-Bzr6YisO.css');

/* Additional WordPress specific styles */
body {
    margin: 0;
    padding: 0;
}

.wp-admin-bar {
    display: none !important;
}

html {
    margin-top: 0 !important;
}

/* Ensure proper spacing for WordPress */
.site-content {
    margin: 0;
    padding: 0;
}

/* WordPress specific overrides */
.entry-content {
    margin: 0;
    padding: 0;
}

.entry-header {
    display: none;
}

.entry-footer {
    display: none;
}

.site-header {
    display: none;
}

.site-footer {
    display: none;
}

/* Hide WordPress default elements */
.wp-block-post-title {
    display: none;
}

.wp-block-post-content {
    margin: 0;
    padding: 0;
}

