/* Coco Sharp - Light (běžný text) */
@font-face {
  font-family: 'CocoSharp';
  src: url(../fonts/CocoSharpTrial-Light.woff2) format('woff2'),
       url(../fonts/CocoSharpTrial-Light.woff) format('woff');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

/* Coco Sharp - Extrabold (nadpisy) */
@font-face {
  font-family: 'CocoSharp';
  src: url(../fonts/CocoSharpTrial-Extrabold.woff2) format('woff2'),
       url(../fonts/CocoSharpTrial-Extrabold.woff) format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
