@font-face {
  font-family: 'Cairo';
  src: url('./assets/cairo.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}
html, body, button, input, select, textarea,
.monogram, .monogram span, .brand-name small, .welcome-copy p {
  font-family: 'Cairo', Tahoma, Arial, sans-serif;
}
