
@font-face {
    font-family: 'Futura Std';
    src: url('/assets/fonts/Futura-Std-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

/* Apply the custom font */
body {
    font-family: 'Futura Std', sans-serif;
}