/* Rubik – variable weight (400, 600, 700, 800) */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/rubik-latin-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/rubik-latin-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/rubik-latin-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url('/fonts/rubik-latin-variable.woff2') format('woff2');
}

/* Source Sans 3 (successor to Source Sans Pro) – variable weight */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/source-sans-3-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/source-sans-3-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/source-sans-3-latin.woff2') format('woff2');
}
