@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --oh-font-body: Manrope, Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --oh-font-heading: Manrope, Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
a{
  font-family:Manrope, Inter, "Segoe UI", Roboto, Arial, sans-serif!important;
}

body{
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
