@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Montserrat:wght@100;200;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Inter;
}
:root{
    --primary-blue-color: #085BFD;
    --secondary-gray-color: #121936;
    --white-color: #FFFFFF;
    --black-color: #000000;
    
}

@media only screen and (max-width: 600px) {
  .m__view{
    font-size: 10px !important;
  }
  .m_text{
    text-align: right;
  }
}
