﻿:root {
    --pageContentBackground: #f3f6f9;
    --pageContentBackground2: #e8e8e8;
    /*texts*/
    --textColor1: #37383B;
    --textColor2: #72747D;
    --textColor3: #0169CD;
    --textColor4: #264E70; /*blue*/
    /*buttons*/
    --primaryButtonBackground: #264E70;
    --primaryButtonColor: #fff;
    --secondaryButtonBackground: #EEF1F3;
    --secondaryButtonColor: #264E70;
    --defaultButtonBackground: #fff;
    --defaultButtonColor: #264E70;
    --defaultButtonBorderColor: #264e7054;
    --dangerButtonBackground: #bf4541;
    --dangerButtonColor: #fff;
    --minorButtonBackground: #fff;
    --minorButtonColor: #0169CD;
    --minorButtonBorderColor: #0169CD;
    --minorButtonBackgroundActive: #1975ff14;
    /* lines */
    --tabSelectionBorderColor: #57BD7A; /*green*/
    --primaryFontFamily: Montserrat;
    /* input fields */
    --inputColor1: #264E70; /*green*/
    --inputBorderColor1: #264e7054;
    --inputFontSize1: 13px;
}
