/* Alro Font - From Scribr iOS App */

@font-face {
  font-family: "Alro";
  src: url("alro.ttf") format("truetype");
  font-weight: 100 900; /* Support all weights */
  font-style: normal;
  font-display: swap; /* Show fallback font immediately, swap when Alro loads */
}

/* Ensure consistent rendering across browsers */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Alro";
    src: url("alro.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
}
