/*
Theme Name: CCC Elementor Starter
Theme URI: https://ccc.net.ph
Author: Caparros, Cendaña & Co.
Author URI: https://ccc.net.ph
Description: A minimal, safe starter theme for Caparros, Cendaña & Co., built to be edited entirely with the free version of Elementor plus the Ultimate Addons for Elementor Header Footer Builder. This theme performs no automatic page creation, no risky PHP operations, and no page-content injection. It simply provides clean, unstyled markup for Elementor to control.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ccc-elementor-starter
*/

/* Minimal reset - Elementor controls all visual design */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    color: #3D3D3D;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    left: 0;
    top: 0;
    background: #fff;
    padding: 10px;
    z-index: 999999;
}
