
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oxygen+Mono&display=swap');
:root {
    --page-backgroundColor: #151E3B;

    --nfcButtonColor: #244E85;
    --nfcButtonColorHover: #2D5C96;
    --nfcButtonColorPressed: #1A4070;
    --nfcButtonColorDisabled: #2A4060;
    --nfcButtonTextColor: white;
    --nfcButtonTextDisabledColor: #5A6A84;
    --nfcButtonFontSize: 12px;
    --nfcButtonFontWeight: 600;
    --nfcButtonHeight: 36px;
    --nfcButtonRadius: 8px;
    --nfcButtonPadding: 16px;

    --nfcBaseFont: Inter;
    --nfcHeaderFont: Inter;
    --nfcBaseFontSize: 16px;
    --nfcH3FontSize: 20px;
    --nfcBaseTextColor: #A0B0C8;
    --nfcHeaderTextColor: white;

    --nfcBaseFontWeight: 400;
    --nfcMediumFontWeight: 500;
    --nfcBoldFontWeight: 600;
}






