@font-face {
  font-family: "OWNEX-SVN-Avo-Web";
  src: url("/assets/fonts/SVN-Avo.ttf?v=fa4b879") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OWNEX-SVN-Avo-Web";
  src: url("/assets/fonts/SVN-Avo%20italic.ttf?v=fa4b879") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OWNEX-SVN-Avo-Web";
  src: url("/assets/fonts/SVN-Avo%20bold.ttf?v=fa4b879") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "OWNEX-SVN-Avo-Web";
  src: url("/assets/fonts/SVN-Avo%20bold%20italic.ttf?v=fa4b879") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ownex-font-family: "OWNEX-SVN-Avo-Web", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--ownex-font-family) !important;
}
