@font-face {
    font-family: "CinzelDecorative";
    src: url("../fonts/CinzelDecorative-Regular.ttf");
}

@font-face {
    font-family: "CinzelDecorative";
    src: url("../fonts/CinzelDecorative-Bold.ttf");
    font-weight: 700;
}

/* BACKGROUND */
body {
    margin: 0;
    padding: 0;
    font-family: "CinzelDecorative";
    background: url("../img/bg/h3.png") no-repeat center center fixed !important;
    background-size: cover;
    color: #222;
}

/* FRAME BORDER */
.frame-top, .frame-bottom {
    position: fixed;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3a3a3a;
    z-index: 100;
}

.frame-top { top: 20px; }
.frame-bottom { bottom: 20px; }

.frame-left, .frame-right {
    position: fixed;
    top: 0;
    height: 100%;
    width: 1px;
    background: #3a3a3a;
    z-index: 100;
}

.frame-left { left: 20px; }
.frame-right { right: 20px; }

/* CORNER TEXTS */
.corner {
    position: fixed;
    font-size: 14px;
    color: #4a4a4a;
    opacity: 0.85;
    letter-spacing: 0.5px;
    z-index: 110;
}

.top-left    { top: 26px; left: 28px; }
.top-right   { top: 26px; right: 28px; }
.bottom-left { bottom: 26px; left: 28px; }
.bottom-right{ bottom: 26px; right: 28px; }

/* CENTER HEADER */
.center-header {
    position: fixed;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 900;
    color: #303030;
    text-decoration: none !important;
    z-index: 120;
}

/* LEGAL LINKS */
.legal-links {
    position: fixed;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 28px;
    z-index: 120;
}

.legal-links a {
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.85;
}

.legal-links a:hover {
    opacity: 1;
}

/* CONTENT */
.content {
    padding: 140px 100px 120px 100px;
    max-width: 1100px;
}

h1 {
    font-size: 48px;
    margin-bottom: 32px;
}

h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 18px;
    line-height: 1.6;
    max-width: 900px;
}
