@font-face {
    font-family: TitanOne;
    src: url("../Fonts/TitanOne-Regular.ttf");
}

@font-face {
    font-family: Text;
    src: url("../Fonts/SourGummy-VariableFont_wdth\,wght.ttf");
}

.vtuber {
    text-align: center;
    color: pink;
    font-family: TitanOne;
    font-size: 48pt;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

p, h2 {
    font-family: Text;
}
