@charset "UTF-8";

/* @font-face {
  font-family: "Blinker-Thin";
  src:url("fonts/Blinker-Thin.ttf");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: "Blinker";
  src:url("fonts/Blinker-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Blinker-Light";
  src:url("fonts/Blinker-Light.ttf");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: "Blinker-ExtraLight";
  src:url("fonts/Blinker-ExtraLight.ttf");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: "Blinker-Bold";
  src:url("fonts/Blinker-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Blinker-ExtraBold";
  src:url("fonts/Blinker-ExtraBold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Blinker-Black";
  src:url("fonts/Blinker-Black.ttf");
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
	font-family: "Blinker";
	src: url('fonts/Alsa/Alsa-Regular_20191217.woff2') format('woff2'),
		url('fonts/Alsa/Alsa-Regular_20191217.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Blinker-Light";
	src: url('fonts/Alsa/Alsa-Light_20191217.woff2') format('woff2'),
		url('fonts/Alsa/Alsa-Light_20191217.woff') format('woff');
	font-weight: light;
	font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: "Blinker-ExtraLight";
  src: url('fonts/Alsa/Alsa-Light_20191217.woff2') format('woff2'),
       url('fonts/Alsa/Alsa-Light_20191217.woff') format('woff');
  font-weight: light;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
	font-family: "Blinker-SemiBold";
	src: url('fonts/Alsa/Alsa-SemiBold_20191217.woff2') format('woff2'),
		url('fonts/Alsa/Alsa-SemiBold_20191217.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}