a { font-family: pfdintextcomppromedium; font-weight: 250; color: var(--alt-main-color); transition-property: color; transition-duration: 1s; text-decoration: wavy; } a:hover { color: var(--main-color); cursor: pointer; } .content > p, .content > h2 { margin-top: 1.5em; }