// Functions

@function social-color($key: "twitter") {
  @return map-get($social-colors, $key);
}

