/* Import Boldonse from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Boldonse&display=swap');

/* Main class */
.boldonse {
    font-family: 'Boldonse', Arial, sans-serif !important;
    font-weight: 400;
}

/* Apply to everything inside */
.boldonse,
.boldonse * {
    font-family: 'Boldonse', Arial, sans-serif !important;
}

