/* Homepage "Discover more"/category-showcase content. This markup is a
   1:1 static capture of what the live site's Automizely page-builder app
   renders client-side (Archivarix's crawl never waited for that JS, so
   main#MainContent came back empty for this one page -- every other page
   is theme-rendered and didn't need this). automizely.css (also local, see
   head.html) supplies the app's own layout rules for .apb_* classes; this
   file only adds the self-hosted Bitter heading font the app pulled from
   Google Fonts live, and a couple of small resets. */

@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bitter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/bitter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/bitter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/bitter-variable.woff2') format('woff2');
}

.automizely_page_builder_wrapper {
  /* custom properties automizely.css's selectors read via var(...) --
     originally set inline per-instance by the app; this page has exactly
     one instance so they're hardcoded here instead. */
  --apb--bg-color: #ffffff;
  --apb--font-family: Bitter;
  --apb--heading-color: #000000;
  --apb--description-color: #000000;
  --apb--button-color: #ffffff;
  --apb--button-background: #97653d;
  --apb--normal-font: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;

  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}

.automizely_page_builder_wrapper img {
  max-width: 100%;
  height: auto;
}
