html {
}

body {
    font-family: 'Neris', sans-serif;
}

.poker-card {
    width: 100px;
    height: auto;
}

.poker-card-disabled {
    opacity: 0.3;
}

.title {
    font-weight: bold;
    font-size: 24px;
}

.subtitle {
    font-weight: normal;
    font-size: 14px;
}

.hand-title {
    font-weight: bold;
    font-size: 16px;
}

.hand-subtitle {
    font-weight: normal;
    font-size: 13px;
}

.footer-title {
    font-weight: bold;
    font-size: 15px;
}

.footer-subtitle {
    font-weight: normal;
    font-size: 13px;
}

.grayscale {
    filter: grayscale(100%);
}
