 .script-font { font-family: "Caveat"; } .orange-grad{ background: -webkit-linear-gradient(9deg, rgba(255, 153, 0, .9) 25%, rgba(255, 75, 0, .9) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }  .orange-text { color: var(--secondary); }