@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');

/* Webfont: LatoLatin-Thin */@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/LatoLatin/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/LatoLatin/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/LatoLatin/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/fonts/LatoLatin/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/LatoLatin/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/LatoLatin/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/LatoLatin/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/LatoLatin/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/fonts/LatoLatin/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/LatoLatin/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

:root {
  --font-eb-garamond: 'EB Garamond', serif;
  --font-lato: 'Lato', sans-serif;

  font-family: var(--font-lato);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-eb-garamond);
  font-weight: 400;
  letter-spacing: -0.075rem;
}
