/*
Theme Name: DIGIAISKILLS
Theme URI: https://digiaiskills.com/
Author: DIGIAISKILLS
Author URI: https://digiaiskills.com/
Description: A lightweight, SEO-focused custom WordPress theme for DIGIAISKILLS — AI, Digital Skills, Tutorials, Tools and Resources.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digiaiskills
Tags: blog, news, education, technology, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready, wide-blocks

DIGIAISKILLS is a custom, performance-first WordPress theme crafted for high-volume content, tutorials, AI tool directories, and digital education.
*/

/* Baseline resets - full styling loaded via assets/css/main.css */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}
