/* Self-hosted Signika fonts — eliminates Google Fonts round-trip */

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/signika-300-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/signika-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/signika-500-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/signika-600-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/signika-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/signika-negative-300-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/signika-negative-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/signika-negative-500-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/signika-negative-600-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/signika-negative-700-latin.woff2') format('woff2');
}
