/*

 Author: Weston Simon
 Email: weston@wcloud.com

 Creation Date: 2023-10-13 21:49:20

 © wcloud

*/

:root {
    --primary: #640257;
    --secondary: #FCB116; 
  }

.MuiDrawer-paper{
    width: 12vw !important;
    text-align: center;
    padding: 5px;
}

body{
  font-family: sans-serif;
}

