/*
Theme Name: Raskin Portfolio Theme
Theme URI: https://raskinshrestha.com
Author: Raskin Shrestha
Author URI: https://raskinshrestha.com
Description: A warm, editorial one-page portfolio theme for creatives working across marketing, project management, design, and audio/video production. Built around a five-tone palette (base, surface, accent, ink, deep) with dynamic Projects and Works custom post types, a scroll-tracking "reel" indicator, and an interactive skills grid.
Version: 1.0.0
Requires at least: 6.4
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: raskin-portfolio
Tags: portfolio, one-page, block-patterns, custom-post-type, full-site-editing
*/

/* Base resets — component styles live in assets/css/theme.css (enqueued in functions.php) */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: var(--wp--preset--color--base, #eeeeee);
  color: var(--wp--preset--color--ink, #76323f);
}

::-webkit-scrollbar {
  display: none;
}
