/*
 * .-----------------------------------------------------.
 * |                        FONTS                        |
 * '-----------------------------------------------------'
 */

.swm-map,
.swm-map .r-font {
  font-family: 'RobotoRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.swm-map .b-font,
.tt_name_sm {
  font-family: 'RobotoBold', sans-serif;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'MontserratRegular';
  src: url('fonts/montserrat-regular.woff2') format('woff2'), url('fonts/montserrat-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.swm-map .mont-font {
  font-family: 'MontserratRegular', sans-serif;
  font-style: normal;
  font-weight: normal;
}
