/*
Theme Name: TheAbiodunAb
Theme URI: https://theabiodunab.com
Author: Adeniyi Abiodun A.
Author URI: https://theabiodunab.com
Description: Custom portfolio theme for TheAbiodunAb. Serves a bespoke static homepage (front-page.php) while Elementor handles all interior pages.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
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: theabiodunab
*/

/* ==========================================================================
   Base reset for interior (non-homepage) pages.
   The homepage has its own scoped styles in assets/css/homepage.css
   ========================================================================== */

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1f2937;
}

a {
    color: #FF6B35;
}

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

/* Hide elements visually but keep them for screen readers */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
