/* Custom Fonts - Staging Domain */

/* ========== BRADLEY HAND ITC BOLD ========== */
@font-face {
    font-family: 'Bradley Hand ITC';
    src: url('./bradley_hand_itc_bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.bradleyfont {
    font-family: 'Bradley Hand ITC', cursive !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}


/* ========== AGRANDIR THIN ========== */
@font-face {
    font-family: 'Agrandir';
    src: url('./Agrandir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.agrandirthin {
    font-family: 'Agrandir', sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: 1px;
}


/* ========== HELVETICA NEUE ULTRA LIGHT ========== */
@font-face {
    font-family: 'Helvetica Neue Ultra';
    src: url('./Helvetica-Neue-UltraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.helveticaultlite {
    font-family: 'Helvetica Neue Ultra', sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
}
