/*
Theme Name: Minimal Portfolio
Description: Minimal photography-first portfolio theme scaffold.
Author: Augment Agent
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: minimal-portfolio
*/

:root {
  color-scheme: dark;
}

body {
  margin: 0;
  background: #0f0f10;
  color: #f5f5f5;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}