@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url("Inter-roman.var.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url("Inter-italic.var.woff2") format("woff2");
}

@font-face {
  font-family: 'ABC Arizona Serif';
  font-style: normal;
  font-weight: 500;
  src:
    local('ABC Arizona Serif'),
    local('ABC-Arizona-Serif'),
    url('abcarizona-serif-medium.woff2') format('woff2'),
    url('abcarizona-serif-medium.woff') format('woff')
}

@font-face {
  font-family: 'ABC Arizona Serif';
  font-style: normal;
  font-weight: 200;
  src:
    local('ABC Arizona Serif'),
    local('ABC-Arizona-Serif'),
    url('abcarizona-serif-thin.woff2') format('woff2'),
    url('abcarizona-serif-thin.woff') format('woff')
}
