/*
The font "Boycott" is created and redesigned in 2021 by Carlos Klein 
Thanks to glyphrstudio
*/

/* Boycott-Regular */
@font-face {
  font-family: 'CarkleTrash';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/CarkleTrash/CarkleTrash.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/CarkleTrash/CarkleTrash.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CarkleTrash/CarkleTrash.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CarkleTrash/CarkleTrash.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CarkleTrash/CarkleTrash.svg#Klein') format('svg'); /* Legacy iOS */
}