@import url("https://use.typekit.net/ctq4tis.css");



.editor-styles-wrapper, body, :root {
--wp--preset--font-family--linotype-sabon: 'proxima-nova' !important;
--wp--preset--font-family--linotype-sabon: 'proxima-sera' !important;
}



.editor-styles-wrapper, body, :root {
--wp--preset--font-family--linotype-sabon: 'linotype-sabon', sans-serif !important;
--wp--preset--font-family--linotype-sabon: 'linotype-sabon', serif !important;
}


.editor-styles-wrapper .has-linotype-sabon-font-family {
font-family: 'linotype-sabon', serif !important;
}
.editor-styles-wrapper .has-linotype-sabon-font-family {
font-family: 'linotype-sabon', sans-serif !important;
}


/* custom-fonts.css */

@font-face {
    font-family: 'GT America Condensed' !important;
    font-style: normal;
    font-weight: 300 !important;
    src: url('/wp-content/themes/modernage/assets/fonts/gt-america-condensed_normal_300.woff2') format('woff2');
}

@font-face {
    font-family: 'GT America Condensed' !important;
    font-style: normal;
    font-weight: 500 !important;
    src: url('/wp-content/themes/modernage/assets/fonts/gt-america-condensed_normal_500.woff2') format('woff2');
}

@font-face {
    font-family: 'GT America Condensed' !important;
    font-style: normal;
    font-weight: 400 !important;
    src: url('/wp-content/themes/modernage/assets/fonts/gt-america-condensed_normal_400.woff2') format('woff2');
}


.editor-styles-wrapper, body, :root {
--wp--preset--font-family--gt-america-condensed: 'GT America Condensed', sans-serif !important;
}


.editor-styles-wrapper .has-gt-america-condensed-font-family {
font-family: 'GT America Condensed', serif !important;
}