﻿@font-face {
    font-family: 'coco_gothicregular';
    src: url('Coco-Gothic-Regular.eot');
    src: url('Coco-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('Coco-Gothic-Regular.woff') format('woff'),
         url('Coco-Gothic-Regular.ttf') format('truetype'),
         url('Coco-Gothic-Regular.svg#coco_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'coco_gothicbold';
    src: url('Coco-Gothic-Bold.eot');
    src: url('Coco-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('Coco-Gothic-Bold.woff') format('woff'),
         url('Coco-Gothic-Bold.ttf') format('truetype'),
         url('Coco-Gothic-Bold.svg#coco_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


/* Names used by the exported WordPress page styles. */
@font-face {
  font-family: 'Coco Gothic Regular';
  src: url('Coco-Gothic-Regular.woff') format('woff'), url('Coco-Gothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coco Gothic Bold';
  src: url('Coco-Gothic-Bold.woff') format('woff'), url('Coco-Gothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Self-hosted fallback for the legacy Coco Gothic files. */
@font-face { font-family: 'Coco Gothic Regular'; src: url('/assets/fonts/nunito-sans-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'coco_gothicregular'; src: url('/assets/fonts/nunito-sans-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Coco Gothic Bold'; src: url('/assets/fonts/nunito-sans-bold.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'coco_gothicbold'; src: url('/assets/fonts/nunito-sans-bold.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
