/* Omnes — the Sefalana brand typeface (the live site uses this family too).
   Only the weights actually used across the app are declared, each mapped to a
   numeric font-weight so `font-weight: 600` etc. resolve to the right file. */

@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/omnes-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
