@font-face {
  font-family: 'INTIQ-icons';
  src: url('INTIQ-icons.woff?nh3v1h') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ii {
  font-size: 24px;
}

.ii:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'INTIQ-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ii-parking-r {
  &:before {
    content: "\e900"; 
  }
}
.ii-parking-f {
  &:before {
    content: "\e901"; 
  }
}
.ii-parking-guarded-r {
  &:before {
    content: "\e902"; 
  }
}
.ii-parking-alert-r {
  &:before {
    content: "\e903"; 
  }
}
.ii-violation-parking-r {
  &:before {
    content: "\e910"; 
  }
}
  
