@font-face {
  font-family: 'myriad_probold';
  src: url('/fonts/myriadpro-bold.woff2') format('woff2'),
       url('/fonts/myriadpro-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'myriad_prolight';
  src: url('/fonts/myriadpro-light.woff2') format('woff2'),
       url('/fonts/myriadpro-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'myriad_proregular';
  src: url('/fonts/myriadpro-regular.woff2') format('woff2'),
       url('/fonts/myriadpro-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'century_gothic_paneuropeanBd';
  src: url('/fonts/century_gothic_bold-webfont.woff2') format('woff2'),
       url('/fonts/century_gothic_bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'century_gothic_paneuropeanLt';
  src: url('/fonts/century_gothic_light-webfont.woff2') format('woff2'),
       url('/fonts/century_gothic_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'century_gothic_paneuropeanRg';
  src: url('/fonts/century_gothic_regular-webfont.woff2') format('woff2'),
       url('/fonts/century_gothic_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
