::-moz-selection {
background-color: #00000000;
color: #F9F2E6;
}
::selection {
background-color: #00000000;
color: #F9F2E6;
}
::-o-selection {
background-color: #00000000;
color: #F9F2E6;
}
::-ms-selection {
background-color: #00000000;
color: #F9F2E6;
}
::-webkit-selection {
background-color: #00000000;
color: #F9F2E6;
}

a:link, a:visited, a:active {color:#7E84F2;}
a:hover {color:#716DF2;}
a {text-decoration:none;}
@font-face {
    font-family: "ValeniaEnc";
    src: url("fonts/ValeniaEnc.woff2") format("woff2"),
        url("fonts/ValeniaEnc.ttf") format("truetype"),
        url("fonts/ValeniaEnc.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.encode {
    font-family: "ValeniaEnc" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.2;
	letter-spacing: 0.2rem;
	word-spacing: 8px;
}
