body {
    overflow-x: hidden !important;
}

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&amp;display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital@0;1&display=swap');

:root {
    --theme-colour: #018ed3;
    --common-colour: #77a521;
}

body,
html {
    background-color: #08cefc12 !important;
    font-family: "Jost", sans-serif !important;
}

#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}

.bg-white {
    /* background-color: oklch(96.8% 0.007 247.896) !important; */
}

