
/* from website css
https://github.com/data-pipeliner/dp-mp-website/blob/main/src/scss/_vars-bootstrap.scss
light and dark are the same for now.
*/
[data-md-color-scheme="pipeliner"] {
  --md-primary-fg-color:        #5A39FF;
  --md-primary-fg-color--light: #5A39FF;
  --md-primary-fg-color--dark:  #5A39FF;
  --md-accent-fg-color--light: #C2FA7C;
  --md-accent-fg-color--dark: #C2FA7C;
}

@font-face {
  font-family: 'Dazzed';
  src: url('../fonts/Dazzed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dazzed';
  src: url('../fonts/Dazzed-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'F37 Hybrid';
  src: url('../fonts/F37Hybrid-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --md-text-font: "Dazzed";
}
