// This is here in order to properly reference font files when using sprockets
// and was based on some code found on Twitter Bootstrap and FontAwesome projects

@function vital-font-path($path) {
  @return font-path($path);
}

$vital-sass-asset-helper: true;
