@charset "UTF-8";
@font-face {
    font-family: 'alegreyaregular';
    src: url('../../fonts/alegreya-regular-webfont.eot');
    src: url('../../fonts/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/alegreya-regular-webfont.woff2') format('woff2'),
         url('../../fonts/alegreya-regular-webfont.woff') format('woff'),
         url('../../fonts/alegreya-regular-webfont.ttf') format('truetype'),
         url('../../fonts/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'hindlight';
    src: url('../../fonts/hind-light-webfont.eot');
    src: url('../../fonts/hind-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/hind-light-webfont.woff2') format('woff2'),
         url('../../fonts/hind-light-webfont.woff') format('woff'),
         url('../../fonts/hind-light-webfont.ttf') format('truetype'),
         url('../../fonts/hind-light-webfont.svg#hindlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindregular';
    src: url('../../fonts/hind-regular-webfont.eot');
    src: url('../../fonts/hind-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/hind-regular-webfont.woff2') format('woff2'),
         url('../../fonts/hind-regular-webfont.woff') format('woff'),
         url('../../fonts/hind-regular-webfont.ttf') format('truetype'),
         url('../../fonts/hind-regular-webfont.svg#hindregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
  --my-template-font-family-body: "hindregular", sans-serif;
  --my-template-font-family-headings: "alegreyaregular", sans-serif;
  --my-template-font-weight-headings: 400;
  --my-template-font-weight-normal: 400;
}
