@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');

:root {
    --custom-black: #000000;

    --custom-blue-1: #132D64;
    --custom-blue-2: #86D1E6;
    --custom-blue-3: #0F2450;

    --custom-gray-1: #E4E7EC;
    --custom-gray-2: #9F9F9F;
    --custom-gray-3: #D3D3D3;
    
    --custom-green-1: #0E811D;

    --custom-orange-1: #ED8000;

    --custom-red-1: #CE1919;
    
    --custom-white: #FFFFFF;
}