/* =========================
   GLOBAL STYLES
========================= */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #0a0a0a;
    color: #ffffff;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

/* =========================
   MAIN CONTENT
========================= */

main {
    min-height: 100vh;
}

section {
    padding: 60px 40px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

p {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.9;
}

/* =========================
   TYPOGRAPHY
========================= */

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    color: #d4af37;
}

/* =========================
   IMAGES
========================= */

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

/* =========================
   BUTTONS
========================= */

button {
    cursor: pointer;
    font-family: inherit;
    border: none;
    background: none;
}

/* =========================
   CONTAINER
========================= */

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* =========================
   UTILITIES
========================= */

.text-center {
    text-align: center;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}
