/*
Theme Name: EOC Theme
Theme URI: https://eoc.ac
Author: Dotdesign.me
Author URI: https://dotdesign.me
Description: Professional WordPress theme for EOC - Specialized Epoxy Solutions. Modern dark theme with M3 Design System.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eoc-theme
Tags: dark-mode, one-column, custom-menu, featured-images, translation-ready
*/

/* Import main styles */
@import url('assets/css/main.css');

/* WordPress-specific overrides */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
}