/* rockstartom.com — Inter Tight webfont @font-face declarations
 *
 * Source: googlefonts/inter-gf-tight (Apache-2.0).
 * Served as woff2 only (modern browsers).
 * font-display: swap so we never block first paint on font load.
 */

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

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/InterTight-Medium.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/InterTight-Bold.woff2') format('woff2');
}