/* www/css/fonts.css */
@font-face {
  font-family: 'Chalkboard SE';
  /* upravené cesty: z css → o úroveň výš → do fonts/chalkboard-se */
  src: url('../fonts/chalkboard-se/ChalkboardSE-Light.woff2') format('woff2'),
       url('../fonts/chalkboard-se/ChalkboardSE-Light.woff')  format('woff'),
       url('../fonts/chalkboard-se/ChalkboardSE-Light.ttf')   format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Chalkboard SE';
  src: url('../fonts/chalkboard-se/ChalkboardSE-Regular.woff2') format('woff2'),
       url('../fonts/chalkboard-se/ChalkboardSE-Regular.woff')  format('woff'),
       url('../fonts/chalkboard-se/ChalkboardSE-Regular.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chalkboard SE';
  src: url('../fonts/chalkboard-se/ChalkboardSE-Bold.woff2') format('woff2'),
       url('../fonts/chalkboard-se/ChalkboardSE-Bold.woff')  format('woff'),
       url('../fonts/chalkboard-se/ChalkboardSE-Bold.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* DK Crayon Crumble – pokud máte jen .ttf, použijte ho */
@font-face {
  font-family: 'DK Crayon Crumble';
  src: url('../fonts/dk-crayon-crumble/DK Crayon Crumble.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Chalk Hand Lettering (shaded) */
@font-face {
  font-family: 'Chalk Hand Lettering';
  src: url('../fonts/chalk-hand-lettering-shaded/Chalk-hand-lettering-shaded_demo.ttf')
        format('truetype');
  font-weight: normal;
  font-style: normal;
}
