/*
Theme Name: Soliphex Portfolio
Theme URI: https://soliphex.studio
Author: Soliphex 3D
Author URI: https://soliphex.studio
Description: A modern, dark-themed portfolio theme for showcasing web projects. Fully compatible with Elementor and includes a custom Portfolio Grid widget. Projects are managed via a "Projects" custom post type with categories (Ecommerce, Business, Landing Page, Real Estate, School, Personal, Event Website, NGO).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soliphex-portfolio
Tags: portfolio, dark, elementor, custom-post-type, one-column, three-columns, featured-images, custom-menu
*/

/* Base resets — most styling lives in assets/css/portfolio.css
   so it can be enqueued on any Elementor page. */
html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #06070d;
  color: #eef1ff;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
