/*
Theme Name: Bellora
Theme URI: https://bellora.theme
Author: Bellora
Author URI: https://bellora.theme
Description: An Elementor-first photography and wedding studio theme with a header/footer builder, global colour and typography control, and a fully styled WooCommerce shop.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bellora
Tags: custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, e-commerce, photography, portfolio
Domain Path: /languages
WC requires at least: 8.0
WC tested up to: 10.9

Bellora WordPress Theme, Copyright 2026 Bellora
Bellora is distributed under the terms of the GNU General Public License v2
*/

body {
	font-family: var(--bellora-font-body), sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.01em;
	color: var(--bellora-color-text);
	background-color: var(--bellora-color-surface);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--bellora-font-heading), sans-serif;
	color: var(--bellora-color-heading);
}

a {
	color: var(--bellora-color-primary);
}

a:hover,
a:focus {
	color: var(--bellora-color-secondary);
}
