@font-face {
  font-family: 'Segoe UI Bold';
  src: url("/static/fonts/SegoeUI-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Beau';
  src: url("/static/fonts/BeauRegular-0nLo.ttf") format('truetype');
}

@font-face {
  font-family: 'Segoe UI Light';
  src: url("/static/fonts/SegoeUI-Light.ttf") format('truetype');
}

@font-face {
  font-family: 'Segoe UI Semibold';
  src: url("/static/fonts/SegoeUI-Semibold.ttf") format('truetype');
}

.font-brand {
  font-family: 'Beau';
}

.font-bold {
  font-family: 'Segoe UI Bold';
}

.font-semibold {
  font-family: 'Segoe UI Semibold';
}

.font-light {
  font-family: 'Segoe UI Light';
}
