@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,700;1,700&display=swap');

html {
    font-size: 18px
}

body {
    font-size: 1rem;
    font-family: 'Cormorant Garamond', sans-serif;
    line-height: 1.5;
    background: #f7f7f7;
    padding: 0 !important;
    margin: 0;font-weight: 600;
}

a {
    color: #000000; text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: bold;
}

.center {
    text-align: center
}
.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}