/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

$theme: (
  accept-group-link-color: color-fg,

  socials-color: color-fg,
  socials-hover-color: color-fg-text,
);

$nb-themes: nb-register-theme($theme, default, default);
