@font-face {
  font-family: 'Coco Gothic';
  src: local('Coco Gothic Bold'), local('CocoGothic-Bold'),
    url('CocoGothic-Bold.woff2') format('woff2'),
    url('CocoGothic-Bold.woff') format('woff'),
    url('CocoGothic-Bold.ttf') format('truetype');
  font-weight: 700;font-display: swap;
}

@font-face {
  font-family: 'Coco Gothic';
  src: local('Coco Gothic Regular'), local('CocoGothic-Regular'),
    url('CocoGothic-Regular.woff2') format('woff2'),
    url('CocoGothic-Regular.woff') format('woff'),
    url('CocoGothic-Regular.ttf') format('truetype');
  font-weight: 400;font-display: swap;
}

@font-face {
  font-family: 'Coco Gothic';
  src: local('Coco Gothic Light'), local('CocoGothic-Light'),
    url('CocoGothic-Light.woff2') format('woff2'),
    url('CocoGothic-Light.woff') format('woff'),
    url('CocoGothic-Light.ttf') format('truetype');
  font-weight: 300;font-display: swap;
}