
/*
   @font-face {
     font-family: 'Montserrat';
     src: url(/Montserrat/Montserrat-Regular.ttf) format('truetype');
     font-style: normal;
     font-weight: normal;
   }
   @font-face {
     font-family: 'Montserrat';
     src: url(/Montserrat/Montserrat-Medium.ttf) format('truetype');
     font-style: normal;
     font-weight: 500;
   }
   @font-face {
     font-family: 'Montserrat';
     src: url(/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
     font-style: normal;
     font-weight: 600;
   }
   @font-face {
     font-family: 'Montserrat';
     src: url(/Montserrat/Montserrat-Bold.ttf) format('truetype');
     font-style: normal;
     font-weight: bold;
   }
   */

   html {
     margin: 0;
     padding: 0;
     background-color:#0c0349;
   }
