@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap')
body,html {.roboto-light {
  font-family: "Roboto", sans-serif!important;
  font-weight: 300!important;
  font-style: normal!important;
}

.roboto-regular {
  font-family: "Roboto", sans-serif!important;
  font-weight: 400!important;
  font-style: normal!important;
}
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
body,html {.roboto-thin {
  font-family: "Roboto", sans-serif!important;
  font-weight: 100!important;
  font-style: normal!important;
}

.roboto-light {
  font-family: "Roboto", sans-serif!important;
  font-weight: 300!important;
  font-style: normal!important;
}

.roboto-regular {
  font-family: "Roboto", sans-serif!important;
  font-weight: 400!important;
  font-style: normal!important;
}

.roboto-medium {
  font-family: "Roboto", sans-serif!important;
  font-weight: 500!important;
  font-style: normal!important;
}

.roboto-bold {
  font-family: "Roboto", sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
}

.roboto-black {
  font-family: "Roboto", sans-serif!important;
  font-weight: 900!important;
  font-style: normal!important;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif!important;
  font-weight: 100!important;
  font-style: italic!important;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif!important;
  font-weight: 300!important;
  font-style: italic!important;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif!important;
  font-weight: 400!important;
  font-style: italic!important;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif!important;
  font-weight: 500!important;
  font-style: italic!important;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif!important;
  font-weight: 700!important;
  font-style: italic!important;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif!important;
  font-weight: 900!important;
  font-style: italic!important;
}
}

.grid-img-box img {
max-width: 100%!important;
}



