@font-face {
    font-family: 'Blinker';
    src: url('fonts/Blinker-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('fonts/Blinker-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Blinker';
    src: url('fonts/Blinker-SemiLight.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('fonts/Blinker-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Blinker';
    src: url('fonts/Blinker-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('fonts/Blinker-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
