/*
 * Dedicated stylesheet for loading webfonts without external CDN
 * This file is recommended because of missing support for relative pathing in HubSpot
 */

/* titillium-web-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/titillium-web-v17-latin-200.woff2")  format('woff2');
}

/* titillium-web-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/titillium-web-v17-latin-300.woff2")  format('woff2');
}
/* titillium-web-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/titillium-web-v17-latin-regular.woff2")  format('woff2');
}
/* titillium-web-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/titillium-web-v17-latin-300italic.woff2")  format('woff2');
}
/* titillium-web-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/titillium-web-v17-latin-600.woff2")  format('woff2');
}
/* titillium-web-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/titillium-web-v17-latin-700.woff2")  format('woff2');
}



/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/fa-brands-400.woff2") format('woff2');
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }


@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://2429121.fs1.hubspotusercontent-na1.net/hubfs/2429121/raw_assets/public/dv-summit-theme/assets/webfonts/fa-solid-900.woff2"); format('woff2');
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }