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

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

@font-face {
  font-family: SBSans;
  src:
    url(./SB-Sans-Medium.woff2) format('woff2'),
    url(./SB-Sans-Medium.woff) format('woff');
  font-weight: medium;
  font-display: swap;
}

@font-face {
  font-family: SB-Sans;
  src:
    url(./SB-Sans-Text.woff2) format('woff2'),
    url(./SB-Sans-Text.woff) format('woff');
  font-weight: normal;
  font-display: swap;
}