@font-face {
    font-family: 'Genesys';
    src: url('/fonts/Genesys.ttf');
}

@font-face {
    font-family: 'Genesys1';
    src: url('/fonts/EotE_Symbol-Regular_v1.otf');
}

/* Dice and Symbols */
.genesys-wrapper .symbols {
    font-family: Genesys;
}

.genesys-wrapper .dice {
    font-family: Genesys1;
}

.genesys-wrapper .setback {
    font-family: Genesys1;
    color: black;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}


.genesys-wrapper .boost {
    font-family: Genesys1;
    color: #76CDDB;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}

.genesys-wrapper .challenge {
    font-family: Genesys1;
    color: #751317;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}

.genesys-wrapper .proficiency {
    font-family: Genesys1;
    color: #FEF035;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}

.genesys-wrapper .difficulty {
    font-family: Genesys1;
    color: #52287E;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}

.genesys-wrapper .ability {
    font-family: Genesys1;
    color: #46AC4E;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}
