@font-face {
  font-family: 'Frutiger';
  src: url('../assets/fonts/frutiger/Frutiger.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --colors-primary: #010e3d;
  --colors-secondary: #0d52a0;
  --colors-grey: grey;
  --colors-grey-light: #EFF0F1;
  --colors-purple: #6557C4;
  --colors-white: #fff;
  --colors-error: #ff0000;

  font-family: 'Frutiger', sans-serif;
}

#locatorv2embed {
  & ,
  & .home,
  & .homeMobile,
  & .map-info-content__details,
  & .results,
  & .results-skeleton,
  & .pagination__page,
  & .mobile__results,
  & .results .results-list__filters-header,
  & .practice-card-address,
  & .practice-hours,
  & .practice-hours__today,
  & .practice-card-footer,
  & .review-summary-inline,
  & .practice-info__address,
  & .practice-info__link,
  & .practice-info__link--phone,
  & .map-info-content__address,
  & .map-info-content__hours,
  & .map-info-content__cta,
  & .search-autocomplete__input,
  & .search-autocomplete__suggestion,
  & .map__search-area--visible,
  & .details__back-button,
  & .details__book-appt,
  & .practice-info .practice-hours__see-more {
    font-family: 'Frutiger', sans-serif;
  }
}
