/**
 * DogMen brand fonts — Almoni dl aaa
 * Files live in brand/fonts/. Path is relative to this stylesheet.
 * Family name matches dogmen.co.il Webflow: "Almoni dl aaa"
 */

@font-face {
  font-family: "Almoni dl aaa";
  src: url("./fonts/almoni-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almoni dl aaa";
  src: url("./fonts/almoni-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almoni dl aaa";
  src: url("./fonts/almoni-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
