/* satoshi.css */

@font-face {
  font-family: 'GhlaszF';
  src: url('/fonts/GhlaszF/GhlaszF-Regular.woff2') format('woff2'),
       url('/fonts/GhlaszF/GhlaszF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GhlaszF';
  src: url('/fonts/GhlaszF/GhlaszF-Bold.woff2') format('woff2'),
       url('/fonts/GhlaszF/GhlaszF-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GhlaszF';
  src: url('/fonts/GhlaszF/GhlaszF-Italic.woff2') format('woff2'),
       url('/fonts/GhlaszF/GhlaszF-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GhlaszF';
  src: url('/fonts/GhlaszF/GhlaszF-BoldItalic.woff2') format('woff2'),
       url('/fonts/GhlaszF/GhlaszF-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
