/*
Theme Name: Borgers Luxury
Theme URI: https://www.nine73.com/
Author: Nine73 Media
Author URI: https://www.nine73.com/
Description: A lightweight, Elementor Pro-ready base theme for Borgers Rare Coins & Fine Jewelry. Deliberately minimal — like Elementor's own "Hello" theme — so every page is a blank canvas for Elementor Pro's page and Theme Builder. Brand colors, fonts, and utility classes live in assets/css/brand.css.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: borgers-luxury
*/

/* Intentionally minimal. Elementor Pro renders page content itself;
   this file just resets basics so nothing fights the builder. */

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: #0B0B0C;
  color: #F4EFE6;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #C6A15B;
  color: #0B0B0C;
  padding: 10px 16px;
  z-index: 999999;
}
.skip-link:focus { left: 8px; top: 8px; }
