@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0');

@font-face {
  font-family: 'Seiston';
  src: url('https://storage.vladamiravi.com/vault/fonts/seiston.woff2') format('woff2'), url('https://storage.vladamiravi.com/vault/fonts/seiston.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  background: #000000;
}

/* FOOTER FIXED BEGIN */
#rec763665736 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/* FOOTER FIXED END */

/* NAV CLOSE CROSE HIDE BEGIN */
button.t450__close-button {
  display: none !important;
}
/* NAV CLOSE CROSE HIDE END */