@font-face {
  font-family: 'Beatrice';
  src: url('https://assets.website-files.com/634d5b652d6ff7a769bf0465/635aebf07fca164c118400f6_BeatriceTRIAL-Regular.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('https://assets.website-files.com/634d5b652d6ff7a769bf0465/635aebf13d23ae053380f868_BeatriceTRIAL-Semibold.otf')
    format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Beatrice', sans-serif;
}

html,
body {
  color: #252525;
  font-size: 10px;
  min-height: 100vh;
}

a {
  color: #252525;
}
