@font-face {
  font-weight: 500;
  font-family: NotoSans;
  font-style: normal;
  src:
    local('Noto Sans Medium'),
    local('NotoSans-Medium'),
    url('/fonts/NotoSans-Medium.ttf') format('truetype');
}

@font-face {
  font-weight: 600;
  font-family: NotoSans;
  font-style: normal;
  src:
    local('Noto Sans SemiBold'),
    local('NotoSans-SemiBold'),
    url('/fonts/NotoSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-weight: 700;
  font-family: NotoSans;
  font-style: normal;
  src:
    local('Noto Sans Bold'),
    local('NotoSans-Bold'),
    url('/fonts/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
  font-weight: 900;
  font-family: NotoSans;
  font-style: normal;
  src:
    local('Noto Sans Black'),
    local('NotoSans-Black'),
    url('/fonts/NotoSans-Black.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-family: SFProText;
  font-style: normal;
  src:
    local('SF Pro Text Bold'),
    local('SFProText-Bold'),
    url('/fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: Angeme;
  src: url('/fonts/Angeme-Regular.ttf') format('truetype');
  font-display: swap;
}
