.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #60a0b0;
  font-style: italic;
}

.token.namespace {
  opacity: 0.7;
}

.token.string,
.token.attr-value {
  color: #4070a0;
}

.token.punctuation,
.token.operator {
  color: #666666;
}

.token.entity,
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.constant,
.token.property,
.token.regex,
.token.inserted {
  color: #666666;
}

.token.variable.assign-left {
  color: #bb60d5;
}

.token.class-name {
  color: #0e84b5;
  font-weight: bold;
}

.token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
  color: #007020;
  font-weight: bold;
}

.token.function,
.token.deleted,
.language-autohotkey .token.tag {
  color: #444444;
}

.token.tag,
.token.selector,
.language-autohotkey .token.keyword {
  color: #007020;
  font-weight: bold;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}
