/*
Theme Name: Akees by Musaffar Industries
Theme URI: https://musaffarindustries.com
Author: Musaffar Industries
Author URI: https://musaffarindustries.com
Description: Dark + gold personal portfolio theme (Home sections: Hero, About, Skills, Certifications, Awards, Blog, FAQ, Contact). Customizable via WordPress Customizer.
Version: 3.6.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akees-by-musaffar-industries
Tags: portfolio, dark, custom-colors, custom-logo, one-column, two-columns, responsive-layout
*/


:root{
  --ak-bg:#0b0d10;
  --ak-surface:#10141a;
  --ak-text:#e7edf5;
  --ak-muted:#9aa7b6;
  --ak-accent:#f5b400;
}
html.dark{color-scheme:dark}
html.light{color-scheme:light}

.ak-ring{box-shadow:0 0 0 6px rgba(245,180,0,.14)}
