@font-face {
  font-family: 'Almendra SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Iure6Yx284eebowr7hbyTZZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/daaCSScvJGqLYhG8nNt8KPPswUAPnh7U.ttf) format('truetype');
}
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelD.ttf) format('truetype');
}


body {
    font-family: 'Almendra SC', serif;
    background-color: #000000BF;
    color: #BED5FF;
}
.vintage-border {
    border: 12px solid transparent;
    border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect x="0" y="0" width="100" height="100" fill="none" stroke="%23e0c097" stroke-width="6"/></svg>') 12;
}
.title-text {
    font-family: 'Cinzel Decorative', cursive;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.btn-gold {
    background: linear-gradient(to right, #daa520, #f4d03f, #daa520);
    color: #1a1a1a;
    font-weight: bold;
    transition: all 0.3s;
}
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(218, 165, 32, 0.3);
}
.photo-frame {
  border: 8px solid #BED5FF;
    transition: transform 0.3s;
    border-radius: 8px;
}
.photo-frame:hover {
    transform: scale(1.03);
}
.section-divider {
    border-top: 2px dashed #BED5FF;
    margin: 3rem 0;
    opacity: 0.5;
}
.main--color {
    color: #3D91FF;
}

.section-footer {
    border-top: 1px solid #577EFF;
}

.section-footer a:hover {
    color: #ffffff;
}

.card-section {
    background: #1B336E4D;
}

.section-logo {
    color: #3D91FF;
}

.section-logo span {
    color: #ffffff;
}

.section-nav a:hover {
    color: #3D91FF;
}

.description-container {
    color: #ffffff;
}

.description-container h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.description-container h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.description-container p {
    margin-bottom: 14px;
}

.description-container ul {
    list-style-type: disc;
    padding-left: 24px;
}

.description-container li {
    margin-bottom: 14px;
}

.description-container a {
    color: #BED5FF;
    font-weight: 500;
}
