/* Bold (font-weight: 700) */
@font-face {
  font-family: 'Atlassian Sans';
  src: url('/fonts/FaktProThin.otf') format('otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic (font-weight: 400, style: italic) */
@font-face {
  font-family: 'Atlassian Sans';
  src: url('/fonts/FaktProThin.otf') format('otf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
