:root{--background: #FFFFFF;--text-dark: #080F0F;--text-light: #F4F4F6;--hover-text: rgba(229, 229, 229, 1);--transparent-white: rgba(243, 243, 244, .1);--transparent-black: rgba(229, 229, 229, .1)}html{box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}*,*:after,*:before{box-sizing:inherit;margin:0;padding:0;font-family:Outfit,sans-serif}.bx:before{font-family:boxicons!important}body{background:var(--background)}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes reveal{0%{background-position-x:200%}to{background-position-x:0%}}p{animation:fade linear both;animation-timeline:view();animation-range:entry 25% cover 25%}h1{background:linear-gradient(90deg,var(--text-light),transparent);background-size:300%;animation:reveal both linear;animation-timeline:view();background-repeat:no-repeat;animation-range:entry 50% cover 50%;background-clip:text;-webkit-background-clip:text;color:transparent}
