:root {
    --pink: rgb(226, 58, 226);
    --white: rgb(240, 240, 240);
    --grey: rgb(169, 169, 169);
}

@font-face {
    font-family: SimSun;
    src: url(fonts/simsunb.ttf);
}

@font-face {
    font-family: VCR;
    src: url(fonts/VCR.ttf);
}

@font-face {
    font-family: "PjFrix WeatherSTAR 4000";
    src: url(fonts/pjfrixstar4.ttf);
}


html {
    cursor: url('cursor.png'), auto;		
}
a {
    cursor: url('cursor-sel.png'), auto;	
    text-decoration: none;
    color: var(--white);
}


a:active {
    color: var(--white);
    text-decoration: none;
}
a:hover {
    color: var(--pink);             /* Prevents color changes on interaction */
    text-decoration: none;     /* Ensures no underline appears on hover or visit */
}

h2 {
    font-family: 'VCR';
    color: var(--white);
    text-shadow: 0.5px 0.5px 0px #000, 1px 1px 0px #000, 1.5px 1.5px 0px #000, 2px 2px 0px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

h3 {
    font-family: 'VCR';
    color: var(--grey);
    text-shadow: 0.5px 0.5px 0px #000, 1px 1px 0px #000, 1.5px 1.5px 0px #000, 2px 2px 0px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

h3 a{
    color: var(--grey);
}

