@import url("variables.css");
@import url("header.css");
@import url("hero.css");
@import url("gallery.css");
@import url("contact.css");
@import url("responsive.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

.brand h1,
.hero h1 {
    font-family: "Cormorant Garamond", serif;
}