/*
Theme Name: Engineered Media
Theme URI: https://engineeredmedia.co.za
Author: Mel Stander
Author URI: https://engineeredmedia.co.za
Description: Engineered Media is a custom-built, ultra-lightweight WordPress theme developed for performance, flexibility, and scalability. Designed specifically for agencies and developers, it serves as a powerful foundation for custom websites with zero bloat and clean, semantic code. Ideal for headless builds, advanced customizations, or high-performance marketing sites, the theme is fully responsive, SEO-friendly, accessibility-ready, and optimized for modern development workflows. Clean, unstyled, and intentionally minimal — it’s the perfect starting point for professionals who want full control over design and functionality.
Tags: custom-theme, minimalist, developer-friendly, unstyled, responsive-layout, clean-code, custom-menu, featured-images, accessibility-ready, translation-ready
Version: 2025.3
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: engineeredmedia

Engineered Media Theme © 2025 by Mel Stander is distributed under the terms of the GNU GPL.
*/

/* ------------------------------
   Minimal CSS Reset - Engineered Media
------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
