@font-face {font-family: "Timex"; src: url("media/timex.woff2")}
::root{--timex-rainbow-gradient: linear-gradient(to right, red, darkorange, green, skyblue, violet, fuchsia, blue);
--theme-text_dark: #444}

.timex-title {
    font-size: 48px;
    color: rgba(var(--theme-text_dark), 0.8) !important;
    font-weight: normal !important;
    font-family: "Timex", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: linear-gradient(to right, red, darkorange, green, skyblue, violet, fuchsia, blue);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
/*	filter: drop-shadow(0 0 2rem #000);*/
    text-shadow: none !important;
    animation: ellipsis 1.5s 3;
}