/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Base Fonts.
 * Using Google Fonts CDN to avoid 404 errors
 */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Lora:ital,wght@0,400;0,700;1,400&display=swap');

/* Fallback to system fonts for Metropolis-like appearance using Inter */
@font-face {
  font-family: metropolis;
  src: local("Inter"), local("Inter-Regular");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: metropolis;
  src: local("Inter Bold"), local("Inter-Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: metropolis;
  src: local("Inter SemiBold"), local("Inter-SemiBold");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Lora fonts will be loaded from Google Fonts */
/* No need for @font-face declarations as they're imported above */