h1 a {
color: #cabfbf;
}
h1 a {
color: rgba(255, 255, 255, 0.93);
text-decoration: none;
}
.test {
--text-style: "test";
font-size: 1.3rem;
font-weight: 700;
color: rgba(255, 255, 255, 0.6);
font-family: "Monument Grotesk Variable";
font-style: normal;
line-height: 1.1;
letter-spacing: 0;
display: block;
font-variation-settings: 'slnt' 0, 'MONO' 0;
}
.test a {
color: rgba(255, 255, 255, 0.6);
border-bottom: 0px solid rgba(127, 127, 127, 0.2);
text-decoration: none;
}
.test a:hover {
}