
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('./fonts.css');
*{
    font-family: 'Poppins', sans-serif;
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{
    /*Colors*/
    --body-color: #f3f4f6;
    --sidebar-color:#ffffff;
    --primary-color:#FF5F1F;
    --primary-color-darker:#a83d12;
    --primary-color-light:#fa8253;
    --toggle-color:#DDD;
    --text-color-main:#ffffff;
    --text-color:#707070;
    --text-color-dark:#000000;
    --dark-background:#222;
    
    /*TRANSITIONS*/
    --tran-02:all 0.2s ease;
    --tran-03:all 0.3s ease; 
    --tran-04:all 0.4s ease;
    --tran-05:all 0.5s ease;
    --tran-06:all 0.6s ease;
    
}
.container_admin.column2{
    margin-left:1px!important;

}




