﻿/* keypad.css */
:root {
    --color-a: #05233f;
    --color-b: #05233f;
    --color-c: #05233f;
    --color-d: #05233f;
    --color-e: #05233f;
    --color-f: #05233f;
}

.scores-name {
    color: #0077c7;
}

.keypad {
    font-family: Montserrat;
}

.caption-text {
    font-family: Montserrat;
}

.pincode {
    font-family: Montserrat;
}

.scores-name {
    font-family: Montserrat;
    background-color: #0077c7;
    color: white;
    border-radius: 0;
}

.scores-header {
    font-family: Montserrat;
    /* medium  */
    font-weight: 500;
}

.rank-header {
    font-family: Montserrat;
    font-weight: 500;
}

.scores-value {
    font-family: Montserrat;
    color: #0077c7;
}

.rank-value {
    color: #0077c7;
    font-family: Montserrat;
}


p.qx-question {
    font-family: Montserrat;
    font-size: calc(min(30px, 4.5vh));
    font-weight: 400;
}

button.qx-mpc-button {
    font-family: Montserrat;
    border-radius: 0;
    font-weight: 600;
    font-size: calc(min(35px, 5vh));
}

.qx-question-frame {
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    div.qx-scores-container {
        background: #05233f;
        background-color: #05233f;
    }
}