@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

/* SOLO P */
body p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}

/* SOLO H6 */
body h6,
body .wpb_text_column h6,
body .vc_custom_heading h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}

/* SUGAR MAGIC - H3 */
@font-face {
    font-family: 'SugarMagic';
    src: url('/wp-content/uploads/fonts/SugarMagic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html body h3,
html body h3.vc_custom_heading,
html body h3.vc_do_custom_heading {
    font-family: 'SugarMagic' !important;
    font-weight: 400 !important;
}

/* GOTHAM REGULAR - H5 */
@font-face {
    font-family: 'GothamUltra';
    src: url('/wp-content/uploads/fonts/Gotham%20Ultra.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html body h5,
html body h5.vc_custom_heading,
html body h5.vc_do_custom_heading {
    font-family: 'GothamUltra' !important;
    font-weight: 500 !important;
}

/* GOTHAM MEDIUM - H4 */
@font-face {
    font-family: 'GothamThin';
    src: url('/wp-content/uploads/fonts/Gotham%20Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html body h4,
html body h4.vc_custom_heading,
html body h4.vc_do_custom_heading {
    font-family: 'GothamThin' !important;
    font-weight: 400 !important;
}