@use "banner";

/*
 * EDGEL Cookie Consent
 * =============================================================================
 *
 * This file supports the output of edgel-consent.min.css
 *
 * The cookie banner and overlay can be used without any reliance on the rest of
 * the EdGEL CSS; the EdGEL fonts are imported from Google Fonts.
 * Only the Source Sans Pro font needs to be available if not
 * using the full EdGEL.
 *
 * If you don't want to have the fonts imported in the CSS, set $google-fonts to
 * false and load Source Sans Pro to the page yourself. This can be done from
 * Google Fonts with:
 * <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet">
 */

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

@use "tools" as *;

@forward "components/consent";
