/* Softmaker Webfonts Essentials */
/* Copyright (c) SoftMaker Software GmbH and its licensors, 1991-2017 */

@font-face {
    font-family: 'Baskerville Pro';
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-regular-webfont.eot');
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-regular-webfont.woff') format('woff'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Pro';
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-italic-webfont.eot');
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-italic-webfont.woff') format('woff'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Baskerville Pro';
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-bold-webfont.eot');
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-bold-webfont.woff') format('woff'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Pro';
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-bolditalic-webfont.eot');
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-bolditalic-webfont.woff') format('woff'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Baskerville Pro Heavy';
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-heavy-webfont.eot');
    src: url('../../../../fonts/baskerville_pro/baskerville-pro-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-heavy-webfont.woff') format('woff'),
         url('../../../../fonts/baskerville_pro/baskerville-pro-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Inclusive Sans */

@font-face {
    font-family: 'Inclusive Sans Regular';
    src: url('../../../../fonts/inclusivesans/inclusivesans-regular-webfont.woff2') format('woff2'),
         url('../../../../fonts/inclusivesans/inclusivesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inclusive Sans Italic';
    src: url('../../../../fonts/inclusivesans/inclusivesans-italic-webfont.woff2') format('woff2'),
         url('../../../../fonts/inclusivesans/inclusivesans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Home Page */

body {
  margin: 0;
  font-family: "Baskerville Pro", Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
title {
  font-family: "Baskerville Pro", sans-serif;
  font-weight: 500; 
  color: #912B3B;
}
