/* normal */
@font-face {
  font-family: 'Coco Gothic Pro';
  src: url('CocoGothicPro-Regular.woff') format('woff'),
       url('CocoGothicPro-Regular.ttf') format('truetype');
   font-weight: normal;
}

/* light */
/* @font-face {
  font-family: 'Myriad Pro';
  src: url('myriad-pro-light.woff2') format('woff2'),
       url('myriad-pro-light.woff') format('woff'),
       url('myriad-pro-light.ttf') format('truetype');
   font-weight: 100;
} */

/* semibold */
/* @font-face {
  font-family: 'Myriad Pro';
  src: url('myriad-pro-semibold.woff2') format('woff2'),
       url('myriad-pro-semibold.woff') format('woff'),
       url('myriad-pro-semibold.ttf') format('truetype');
  font-weight: 600;
} */

/* bold */
@font-face {
  font-family: 'Coco Gothic Pro';
  src: url('CocoGothicPro-Bold.woff') format('woff'),
       url('CocoGothicPro-Bold.ttf') format('truetype');
  font-weight: 700;
}
