@font-face {
    font-family: 'Gelica SemiBold';
    src: url(/pc_website_fan_page/static/src/fonts/SemiBold.otf) format('opentype');
}

.gelica-semibold {
    font-family: 'Gelica SemiBold', sans-serif;
    font-size: 26px !important;
}

.uppercase {
    text-transform: uppercase !important;
}

@font-face {
    font-family: 'Gelica SemiBold';
    src: url('/pc_website_fan_page/static/src/fonts/SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gelica SemiBold Italic';
    src: url('pc_website_fan_page/static/src/fonts/SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


.fan-form {
    font-family: 'Gelica SemiBold', sans-serif !important;
}
.fan-form .form-control {
    border-radius: 12px;        /* bordes redondeados */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* sombra suave */
    border: 1px solid #ddd;     /* borde gris claro */
    transition: all 0.3s ease;  /* transición suave */
}

.fan-form .form-control:focus {
    border-color: #dc3545;      /* borde rojo al enfocar */
    box-shadow: 0 0 8px rgba(220,53,69,0.4); /* sombra roja al enfocar */
}

