:root{--gray: rgb(87, 87, 87);--light-blue: rgb(55, 55, 243);--green: green;--blue: #161d43;--yellow: #fbed21;--red: red;--black-translucent-effect: rgba(0, 0, 0, .315);--primary-color: #161d43;--secondary-color: #f7f8ff;--tertiary-color: white;--quaternary-color: #e3e5ff;--regular-border-size: 2px;--regular-border-radius: 8px;--regular-animation-process: ease-in-out .35s;--long-animation-process: ease-in-out .8s}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;scrollbar-width:none}*::-webkit-scrollbar{width:16px}*::-webkit-scrollbar-thumb{background-color:#888;border-radius:70px;border:4.9px solid var(--secondary-color)}*::-webkit-scrollbar-track{background-color:var(--secondary-color);border-radius:var(--regular-border-radius)}html{scroll-behavior:smooth}body,header,main,footer{min-width:300px}body{background-color:var(--secondary-color)}h1,h2,h3,h4,h5{line-height:140%;letter-spacing:1px}h1,h2,h3,h4,h5,p{cursor:default}img{-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;pointer-events:none;border-radius:8px}a,button{all:unset}a,button{cursor:pointer;-webkit-tap-highlight-color:transparent}
