/* okonti account theme (extends keycloak.v3) */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --pf-v5-global--FontFamily--sans-serif: "Onest", "Segoe UI", Arial, sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: linear-gradient(135deg, #0041bd 0%, #003595 100%) !important;
  background-attachment: fixed;
}

