/* @font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_100.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_300.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_700.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url("fonts/MyriadPro-Regular.otf") format("opentype");
    font-style: normal;
} */

/* 
@font-face {
    font-family: ArialNEw;
    src: url("fonts/arial/ARIAL.TTF") format("truetype");
} */
/* 
@font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_300.otf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_500.otf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: MuseoSans;
    src: url("fonts/MuseoSans_700.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url("fonts/MyriadPro-Regular.otf") format("truetype");
    font-style: normal;
} */

* {
    font-family: Arial;
  }