@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body{
    font-family: 'Roboto', sans-serif;
}
 .text-primary
{
color: rgb(35 45 85) !important;
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(35 45 85) !important;
}
.bg-primary-test:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 45 85) !important;
}
 .text-primary-test:hover {
     color: rgb(251, 251, 251) !important;
 }
  .text-primary-test1:hover {
      color: rgb(35 45 85) !important;
  }
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(35 45 85) !important;
}


