/* ---------------------------------------------------
    FONTS CSS
    
    CAMPING KRÁLOVEC
----------------------------------------------------- */



/* EINA */

/* ---------------------------------------------------
   LIGHT
----------------------------------------------------- */
@font-face {
   font-family: 'Eina 01';
   src: url('../../fonts/Eina01-Light.woff2') format('woff2'),
      url('../../fonts/Eina01-Light.woff') format('woff'),
      url('../../fonts/Eina01-Light.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

/* ---------------------------------------------------
   REGULAR
----------------------------------------------------- */
@font-face {
   font-family: 'Eina 01';
   src: url('../../fonts/Eina01-Regular.woff2') format('woff2'),
      url('../../fonts/Eina01-Regular.woff') format('woff'),
      url('../../fonts/Eina01-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

/* ---------------------------------------------------
   BOLD
----------------------------------------------------- */
@font-face {
   font-family: 'Eina 01';
   src: url('../../fonts/Eina01-Bold.woff2') format('woff2'),
      url('../../fonts/Eina01-Bold.woff') format('woff'),
      url('../../fonts/Eina01-Bold.ttf') format('truetype');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}




/* HALYARD DISPLAY */

@font-face {
   font-family: 'Halyard Display';
   src: url('../../fonts/HalyardDisplay-Bold.woff2') format('woff2'),
      url('../../fonts/HalyardDisplay-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Halyard Display';
   src: url('../../fonts/HalyardDisplay-Regular.woff2') format('woff2'),
      url('../../fonts/HalyardDisplay-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Halyard Display Book';
   src: url('../../fonts/HalyardDisplayBook-Regular.woff2') format('woff2'),
      url('../../fonts/HalyardDisplayBook-Regular.woff') format('woff2');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Halyard Display';
   src: url('../../fonts/HalyardDisplayLight-Regular.woff2') format('woff2'),
      url('../../fonts/HalyardDisplayLight-Regular.woff') format('woff');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}