/*
Theme Name: Core Directory
Author: Core Themes
Description: A self-contained multi-platform software, games & courses download directory theme. Includes custom meta boxes, platform taxonomy, category filters and a clean two-column layout. No external plugin or page-builder required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: core
Tags: directory, software, download, custom-colors, two-columns, full-width-template, custom-menu, featured-images, threaded-comments
*/

/*
  Note: Real styling lives in assets/css/utilities.css (Tailwind-style)
  and assets/css/theme.css (components). This file only carries the
  required theme header + a tiny base reset so nothing breaks before
  the enqueued stylesheets load.
*/

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  background: #ffffff;
  line-height: 1.5;
}

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

a { color: inherit; text-decoration: none; }

button { font-family: inherit; cursor: pointer; }
