@import 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap';

/*****FUN Custom*****/
.mce-content-body p {
    font-weight: 400;
    font-family: 'Inter', sans-serif; 
    font-size: 16px;
    color: black;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}