@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'bodoni_modaregular';
    src: url('../fonts/bodonimoda-variablefont_opszwght-webfont.woff2') format('woff2'),
         url('../fonts/bodonimoda-variablefont_opszwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_proregular';
    src: url('../fonts/myriadpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.myriad {
    font-family: "myriad_proregular", sans-serif;
font-weight: 400;
font-style: normal;
}
.bodoni {
    font-family: 'bodoni_modaregular', serif;
    font-weight: 400;
font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}



.jmodedit {
    display:none;
}

