/*
Theme Name: PR Optics Premium
Theme URI: https://proptics.com/
Author: Antigravity
Description: A premium, high-performance WordPress theme for optics and eyewear brands, recreated from a React landing page.
Version: 1.0.0
Text Domain: pr-optics
*/

/* 
  This theme uses Tailwind CSS via CDN for rapid recreation.
  Custom styles can be added here.
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica', 'Inter', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Agrandir', 'Outfit', sans-serif;
    font-weight: 300;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
}

.product-card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
