
h1 {
    font-size: 16px;
    margin-top: 0;
}

p {
    color: rgb(107, 114, 128);
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.card {
    max-width: 620px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid lightgray;
    border-radius: 16px;
}

.card p:last-child {
    margin-bottom: 0;
}

@font-face {
    font-family: 'Gothic';
    src: url('gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Gothic', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #faf7f2;
    color: #333;
}
.title-font {
    font-family: 'Playfair Display', serif;
}
.font-gothic {
    font-family: 'Gothic', sans-serif;
    letter-spacing: 1px;
}
.gradient-bg {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffeef8 100%);
}
.btn-primary {
    background: linear-gradient(90deg, #ff758c 0%, #ff7eb3 100%);
    transition: all 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -10px rgba(255, 117, 140, 0.6);
}
.fashion-icon {
    background: linear-gradient(135deg, #fff 0%, #fce4ec 100%);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
}
.logo {
    border-radius: 30px;
}