@charset "utf-8";

:root {
  --primary-color: #fa2080;
  --secondary-color: #FFFF00;
  --thirdary-color: #00FF00;
  --accent-color: #00ccff;
  --hover-color: #c41a6a;
  --text-color: #ffffff;
  /* */
  --sidebar-width: 250px;
  --m_header-height: 30px;
}
/*  */
body{background: #333;}
