/*
 Theme Name:   Melania Filidei
 Theme URI:    https://melaniafilidei.com
 Description:  WordPress theme for Melania Filidei - Videomaker/Fotografa
 Author:       Hermes Agent
 Author URI:   https://hermes-agent.nousresearch.com
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  melania-filidei
*/

:root {
	--bg-primary: #080909;
	--text-primary: #f2efe8;
	--text-secondary: #aaa69d;
	--accent: #b89a6a;
}

html {
	scroll-behavior: smooth;
	background: var(--bg-primary);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--bg-primary);
	color: var(--text-primary);
	font-family: Inter, Manrope, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
}

.site-main section:not(.hero) {
	padding-left: clamp(20px, 5vw, 80px);
	padding-right: clamp(20px, 5vw, 80px);
}

img,
video,
canvas {
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.contact__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid var(--accent);
	color: var(--text-primary);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
}
