
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:200,300,400,600);
:root {
    --nfcLightBackgroundColor: #FFFFFF;

    --nfcButtonColor: #07383e;
    --nfcButtonColorHover: #07383e;
    --nfcButtonColorPressed: #006774;
    --nfcButtonColorDisabled: #cacaca;
    --nfcButtonTextColor: white;
    --nfcButtonFontSize: 15px;
    --nfcButtonFontWeight: 500;
    --nfcButtonHeight: 40px;
    --nfcButtonRadius: 100px;
    --nfcButtonPadding: 15px;


    /*Text*/
    --nfcBaseFont: Roboto, sans-serif;
    --nfcBaseFontSize: 16px;
    --nfcBaseFontWeight: 400;
    --nfcBaseTextColor: #003755;

    --nfcHeaderFont: "Bree Serif", serif;
    --nfcH3FontSize: 20px;
    --nfcHeaderTextColor: #222;

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






