@import "scss/styles-bootstrap.scss"; @import "scss/height-width.scss"; @import "scss/animations.scss"; @import "node_modules/bootstrap/scss/_variables.scss"; @font-face { font-family: "Gotham"; font-style: normal; font-weight: normal; src: url("assets/fonts/gotham-medium.woff") format("woff"); } html, body { min-height: 100vh; max-height: 100vh; height: 100vh; background-color: #fcf2e3; font-family: "Gotham"; overflow: hidden; user-select: none; } .cursor-pointer { cursor: pointer; } p { margin: 0 !important; } .rounded { border-radius: 1.5rem !important; }