/* You can add global styles to this file, and also import other style files */
@import '~ngx-toastr/toastr';
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;700&display=swap');
@import "~bootstrap/dist/css/bootstrap.css";
*{
    box-sizing: border-box;
}
*body{
    margin: 0;
    padding: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
}
html, body { 
    height: 100%;
    font-family: 'Manrope', sans-serif;
}
body { 
    margin: 0; 
    /* font-family: Roboto, "Helvetica Neue", sans-serif; */ 
}
