@charset "utf-8";

/**
 *     Webfont "Dinish"
 *
 *     Source:
 *     https://fonts.playbeing.com/dinish/
 *     https://github.com/playbeing/dinish
 *
 *     Licensed under the SIL Open Font License, Version 1.1;
 *     ../fonts/dinish/OFL-1.1.txt
 *
 *     Compatibility woff2: Chrome 26+, Opera 23+, Firefox 39+
 *     Compatibility woff:  Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+     
 *     Compatibility ttf:   Safari, Android, iOS
**/

/* Dinish */
@font-face {
  font-family: 'Dinish';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/dinish/Dinish-Regular.woff2') format('woff2'),
       url('../fonts/dinish/Dinish-Regular.woff') format('woff'),
       url('../fonts/dinish/Dinish-Regular.ttf') format('truetype');
}

/* Dinish Italic */
@font-face {
  font-family: 'Dinish';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/dinish/Dinish-Italic.woff2') format('woff2'),
       url('../fonts/dinish/Dinish-Italic.woff') format('woff'),
       url('../fonts/dinish/Dinish-Italic.ttf') format('truetype');
}

/* Dinish Bold */
@font-face {
  font-family: 'Dinish';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/dinish/Dinish-Bold.woff2') format('woff2'),
       url('../fonts/dinish/Dinish-Bold.woff') format('woff'),
       url('../fonts/dinish/Dinish-Bold.ttf') format('truetype');
}

/* Dinish Condensed */
@font-face {
  font-family: 'Dinish Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/dinish/DinishCondensed-Regular.woff2') format('woff2'),
       url('../fonts/dinish/DinishCondensed-Regular.woff') format('woff'),
       url('../fonts/dinish/DinishCondensed-Regular.ttf') format('truetype');
}

/* Dinish Condensed Italic */
@font-face {
  font-family: 'Dinish Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/dinish/DinishCondensed-Italic.woff2') format('woff2'),
       url('../fonts/dinish/DinishCondensed-Italic.woff') format('woff'),
       url('../fonts/dinish/DinishCondensed-Italic.ttf') format('truetype');
}

/* Dinish Condensed Bold */
@font-face {
  font-family: 'Dinish Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/dinish/DinishCondensed-Bold.woff2') format('woff2'),
       url('../fonts/dinish/DinishCondensed-Bold.woff') format('woff'),
       url('../fonts/dinish/DinishCondensed-Bold.ttf') format('truetype');
}

/* Dinish Expanded */
@font-face {
  font-family: 'Dinish Expanded';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/dinish/DinishExpanded-Regular.woff2') format('woff2'),
       url('../fonts/dinish/DinishExpanded-Regular.woff') format('woff'),
       url('../fonts/dinish/DinishExpanded-Regular.ttf') format('truetype');
}

/* Dinish Expanded Italic */
@font-face {
  font-family: 'Dinish Expanded';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/dinish/DinishExpanded-Italic.woff2') format('woff2'),
       url('../fonts/dinish/DinishExpanded-Italic.woff') format('woff'),
       url('../fonts/dinish/DinishExpanded-Italic.ttf') format('truetype');
}

/* Dinish Expanded Bold */
@font-face {
  font-family: 'Dinish Expanded';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/dinish/DinishExpanded-Bold.woff2') format('woff2'),
       url('../fonts/dinish/DinishExpanded-Bold.woff') format('woff'),
       url('../fonts/dinish/DinishExpanded-Bold.ttf') format('truetype');
}

