/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Playfair%20Display:700|Montserrat:400');

body {
  font-family: 'Montserrat';
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display';
  font-weight: 700;
}

html {font-size: 100%;} /* 16px */

h1 {font-size: 3.366rem; text-align: center;/* 53.92px */}

h2 {font-size: 2.525rem; text-align: center;/* 40.32px */}

h3 {font-size: 1.894rem; text-align: center;/* 30.24px */}

h4 {font-size: 1.421rem; text-align: center;/* 22.72px */}

h5 {font-size: 1.066rem; text-align: center;/* 17.12px */}

small {font-size: 0.600rem; /* 9.6px */}