/* ----------------------------------------------------
VERFİ MAKİNA FONT CSS
------------------------------------------------------- */



@font-face {
  font-family: 'NADALL';
  src: url('../fonts/NADALL.eot');
  src: url('../fonts/NADALL.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NADALL.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nadall';
  src: url('../fonts/Nadall.svg#Nadall') format('svg'),
       url('../fonts/Nadall.ttf') format('truetype'),
       url('../fonts/Nadall.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quizma-LightDemo';
  src: url('../fonts/Quizma-LightDemo.eot');
  src: url('../fonts/Quizma-LightDemo.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Quizma-LightDemo.svg#Quizma-LightDemo') format('svg'),
       url('../fonts/Quizma-LightDemo.ttf') format('truetype'),
       url('../fonts/Quizma-LightDemo.woff') format('woff'),
       url('../fonts/Quizma-LightDemo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
 font-family: "Comfortaa-Regular";
  src: url("./fonts/Comfortaa-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Comfortaa-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Comfortaa-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Comfortaa-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Comfortaa-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Comfortaa-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}







