/*
Theme Name: Cedar Wara
Theme URI: https://cedarwara.com
Author: The Free Website Guys
Author URI: http://thefreewebsiteguys.com
Description: Single-page portfolio theme for Cedar Wara — theatrical lighting designer and rigger.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: tmt
*/

/* Minimal base styles — primary styling lives in the Vite-built theme-app.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  background-color: #07111f;
  color: #f2f5f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
}

#tmt-app {
  min-height: 100vh;
}
