/**
 * TT Norms — Pacific design system body font
 * Weights: 400 (Regular), 500 (Medium), 700 (Bold)
 * Source: SoFi CDN assets/fonts/v3/
 */

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
