/*
 * EDGEL Cookie Consent
 * =============================================================================
 *
 * This file generates ths CSS for the consent banner custom element
 * when used in EdGEL.
 */

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

@use "tools" as *;

@forward "generic/reboot";
@forward "elements/links";
@forward "components/consent-ce";
