/*
 * EDGEL Fonts
 * =============================================================================
 *
 * This file generates ths CSS just for the Fonts loaded from the local dir.
 * Only used for testing.  Can be removed once we update to the latest version
 * of Open Sans Pro
 */

@use "settings" as * with (
  $google-fonts: false,
  $custom-font-path: "../../fonts/",
);

@use "tools" as *;

@forward "generic/fonts";
