@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
font-family: 'Intelo-Light';
font-style: normal;
font-weight: normal;
src: local('Intelo-Light'), url('./Intelo-Light.woff') format('woff');
}



@font-face {
font-family: 'Intelo-Regular';
font-style: normal;
font-weight: normal;
src: local('Intelo-Regular'), url('./Intelo-Regular.woff') format('woff');
}

@font-face {
font-family: 'Intelo-SemiBold';
font-style: normal;
font-weight: normal;
src: local('Intelo-SemiBold'), url('./Intelo-SemiBold.woff') format('woff');
}


@font-face {
font-family: 'Intelo-Bold';
font-style: normal;
font-weight: normal;
src: local('Intelo-Bold'), url('./Intelo-Regular.woff') format('woff');
}


/* start  DM sans */


@font-face {
  font-family: 'DM Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Regular'), url('DMSans-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'DM Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Medium'), url('DMSans-Medium.woff') format('woff');
  }
  

  @font-face {
  font-family: 'DM Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Bold'), url('DMSans-Bold.woff') format('woff');
  }
  

 

/*  end DM sans */



body {color: #000; margin: 0px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 300; line-height: 30px; margin: 0px 0px 0px 0px;  background-repeat: repeat-x; background-attachment: fixed;}

html {  scroll-behavior: smooth;}

body, html {height: 100%;}
.rowAction{
    display: flex !important;
  }