/* white you custom css code here. only css code will work */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Changa:wght@200..800&display=swap');

h1,h2,h3,h4,div,span,p,a,ul,li{
font-family: "Cairo", sans-serif;
font-optical-sizing: auto;
  font-weight: 700;
}


body{
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}