:root{--white:#fff;--black:#000;--txt-grey:#ac94d1;--media-mobile:"max-width: 767px";--media-tablet:"min-width: 768px";--media-desktop:"min-width: 1000px";--media-desktopXl:"min-width: 1200px"}html,body{overflow-x:hidden}body{margin:0;padding:0;font-family:Montserrat,sans-serif}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat.woff2)format("woff2");font-weight:100 900;font-style:normal}@font-face{font-family:PlayfairDisplay;src:url(/fonts/PlayfairDisplay.woff2)format("woff2");font-weight:100 900;font-style:normal}
.header{border-bottom:1px solid #000;justify-content:space-between;align-items:center;padding:1rem;display:flex}.header-title{color:#000;letter-spacing:.025em;flex-direction:column;font-size:1.25rem;font-weight:600;text-decoration:none;display:flex}.header-title span{color:#525252}.header-nav{align-items:center;gap:1rem;display:flex}.header .link{color:#000;letter-spacing:.025em;font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.header .link:after{content:"";background-color:#000;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.header .link:hover:after{width:100%}
