@font-face {
    font-family: 'Varsity';
    src: url('fonts/varsity_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Emilio';
    src: url('fonts/emilio_20.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.jersey-customizer-box {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    background: #fafafa;
}

.jersey-customizer-box label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.jersey-checkbox {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

#jersey-fields p {
    margin-bottom: 12px;
}

#jersey-fields input,
#jersey-fields select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

#jersey-font-preview img {
    max-width: 240px;
    margin-top: 10px;
    border: 1px dashed #ccc;
    padding: 10px;
    background: #fff;
}

#jersey-preview-wrapper {
    max-width: 300px;
    margin-top: 15px;
}

#jersey-canvas {
    width: 100%;
    border: 1px dashed #ccc;
    background: #fff;
}