@import '/mdm/assets/fonts/fonts.css';

:root {
    --blue-1: #6CACE4;
    --blue-2: #025EA1;
    --white:  #FFFFFF;
    --grey-1: #29343D;
    --grey-2: #7B8D9D;
    --blue-3: #A3D2F5;
    --blue-4: #DCF0FF;
    --green:  #56C02B;

}

body {
    font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
}

html, body{
    height: 100%;
}
