/* Apply Montserrat to the body text */
body {
  font-family: 'Montserrat', sans-serif;
}

/* Apply Cinzel to headings */
h1, h2, h3 {
  font-family: 'Cinzel', serif;
}

/* Apply Russo One to navigation and buttons */
nav, button {
  font-family: 'Russo One', sans-serif;
}

/* Apply Vidaloka to larger titles */
.title-large {
  font-family: 'Vidaloka', serif;
}

/* Apply Raleway to subheadings */
h4, h5 {
  font-family: 'Raleway', sans-serif;
}

/* Apply Luckiest Guy to special text or callouts */
.callout-text {
  font-family: 'Luckiest Guy', sans-serif;
}
/*#rec838617506.t396__artboard {*/
/*    width: 100vw !important;*/
/*    left: 0 !important;*/
/*}*/
.t-block {
    width: 100vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
}