/* RAPRO FONTS */
/* Book (350) */
@font-face {
    font-family: 'CrosstenSoft';
    src: url('../fonts/CrosstenSoft-Book.otf') format('opentype');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold (800) - Nota: Algunos sistemas usan 800 para Black, ajusta según necesidad */
@font-face {
    font-family: 'CrosstenSoft';
    src: url('../fonts/CrosstenSoft-Extabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* REPAIR */
.repair-element {
    font-family: 'CrosstenSoft', sans-serif;
    font-weight: 700; /* ExtraBold */
    font-style: normal;
    color:#054e99;
}

/* APPLIANCE PRO */
.appliance-pro-element {
    font-family: 'CrosstenSoft', sans-serif;
    font-weight: 400; /* Peso normal (Book) */
    font-style: normal; /* No italic */
    color:#054e99;
}