@charset "utf-8";
/* CSS Document */

.blinker-thin {
  font-family: "Blinker", serif;
  font-weight: 100;
  font-style: normal;
}

.blinker-extralight {
  font-family: "Blinker", serif;
  font-weight: 200;
  font-style: normal;
}

.blinker-light {
  font-family: "Blinker", serif;
  font-weight: 300;
  font-style: normal;
}

.blinker-regular {
  font-family: "Blinker", serif;
  font-weight: 400;
  font-style: normal;
}

.blinker-semibold {
  font-family: "Blinker", serif;
  font-weight: 600;
  font-style: normal;
}

.blinker-bold {
  font-family: "Blinker", serif;
  font-weight: 700;
  font-style: normal;
}

.blinker-extrabold {
  font-family: "Blinker", serif;
  font-weight: 800;
  font-style: normal;
}

.blinker-black {
  font-family: "Blinker", serif;
  font-weight: 900;
  font-style: normal;
}
