/* ===== Nunito Sans Variable Font – Local & Forced ===== */

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/nunito-sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf")
        format("truetype");
    font-weight: 200 900; /* variable range */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/nunito-sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf")
        format("truetype");
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
}

/* FORCE FONT EVERYWHERE */
:root {
    --bs-font-sans-serif: "Nunito Sans", sans-serif !important;
}

html,
body,
* {
    font-family: "Nunito Sans", sans-serif !important;
}

.fc-event,
.fc-event-title,
.fc-event-main {
    cursor: pointer !important;
}

/* Summernote content styling */
.note-editor .note-editable {
    text-transform: capitalize; /* Capitalize text */
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
