#site-name {
  [zoom >= 17] {
    line-color: grey;
    line-width: 1;
    line-opacity: 0.4;
  }
  [zoom >= 13][zoom <= 15] {
    text-name: "[name]";
    text-placement: interior;
    text-wrap-width: 50;
    text-face-name: @book-fonts;
    text-fill: #000;
    text-halo-fill: fadeout(white, 10%);
    text-halo-radius: 1.5;
    text-size: 20;
    [landuse = 'residential'] {
      text-size: 15;
    }
  }
}