/*
Theme Name: Jose Rivera Photography
Theme URI: https://joseriveraphotography.com
Author: Jose J. Rivera Negrón
Author URI: https://joseriveraphotography.com
Description: A cinematic dark portfolio theme for award-winning concert and wedding photography. Pixel-perfect recreation of the Jose Rivera Photography brand. Requires no plugins.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: jose-rivera-photo
Tags: photography, dark, portfolio, one-column, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options
*/

/* =========================================================
   CSS Custom Properties — set by Customizer / defaults
   ========================================================= */
:root {
  --primary:          hsl(0, 75%, 50%);
  --primary-hover:    hsl(0, 75%, 42%);
  --primary-fg:       #ffffff;
  --background:       hsl(15, 10%, 6%);
  --foreground:       hsl(40, 20%, 92%);
  --muted-fg:         hsl(40, 10%, 65%);
  --border:           hsl(20, 10%, 15%);
  --card:             hsl(15, 8%, 8%);
  --secondary-bg:     hsl(20, 10%, 10%);
  --font-serif:       'Playfair Display', Georgia, serif;
  --font-sans:        'Manrope', 'Inter', system-ui, sans-serif;
  --radius:           0;
  --nav-height:       72px;
}
