/* Reveries web fonts.
   Dahlia Bold is the display face for the wordmark and page headings. */

@font-face {
  font-family: 'Dahlia';
  src: url('dahlia-bold.woff2') format('woff2'),
       url('dahlia-bold.woff')  format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

/* Enable ligatures, contextual alternates, and kerning globally.
   These settings are harmless on fonts that lack the features — they
   take effect only where the font supports them (Dahlia, some
   weights of Cormorant Garamond and Spectral). */
html {
  font-feature-settings: "liga" 1, "calt" 1, "kern" 1;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
