@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
#site-body nav h4 {
  font-family: "Geotica Three", serif;
  font-size: 1.625rem;
  text-transform: uppercase;
}
#site-body nav #menu li a {
  text-transform: none;
  font-family: "Geotica Three", serif;
  font-size: 1.625rem;
}
#site-body #about h2.page-title,
#site-body #gallery h2.page-title,
#site-body #registry h2.page-title,
#site-body #rsvp h2.page-title,
#site-body #travel h2.page-title,
#site-body #weddingparty h2.page-title {
  font-size: 6.875rem;
}
#site-body #accommodations span.hotel-details {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.7;
  text-transform: uppercase;
}
#site-body #accommodations h3.hotel-name {
  line-height: 1.4;
}
#site-body #accommodations a.hotel-name {
  font-family: "Geotica Three", serif;
  font-size: 1.875rem;
}
#site-body #accommodations a.hotel-name:hover {
  text-decoration: none;
}
#site-body #accommodations a.hotel-link {
  word-break: break-all;
}
#site-body #faq .faq-entry {
  padding: 0.8rem 0;
}
#site-body #faq .faq-entry h3.copy-header {
  line-height: 2.5rem;
}
#site-body #location #modal-link {
  font-family: "Geotica Three", serif;
  font-size: 1.875rem;
}
#site-body #location #modal-link:hover {
  text-decoration: none;
}
#site-body #location .modal a.attraction-link {
  font-family: "Geotica Three", serif;
  font-size: 1.875rem;
}
#site-body #location .modal .attraction-title.active {
  text-decoration: underline;
}
#site-body #location .modal h3.item-title {
  font-family: "Geotica Three", serif;
  font-size: 2rem;
}
#site-body #location .modal span.item-address {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: bold;
}
#site-body #rsvp span {
  font-size: 1.125rem;
  line-height: 1.7;
}
#site-body #rsvp form *,
#site-body #rsvp div#rsvp-form * {
  font-family: Georgia, serif;
}
#site-body #rsvp form,
#site-body #rsvp div#rsvp-form {
  font-family: Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.7;
}
#site-body #rsvp form input[type=text],
#site-body #rsvp form input[type=text]:focus,
#site-body #rsvp form textarea,
#site-body #rsvp form textarea:focus,
#site-body #rsvp div#rsvp-form input[type=text],
#site-body #rsvp div#rsvp-form input[type=text]:focus,
#site-body #rsvp div#rsvp-form textarea,
#site-body #rsvp div#rsvp-form textarea:focus {
  font-family: Georgia, serif;
  font-size: 1.125rem;
}
#site-body #rsvp form input[type=text]::-webkit-input-placeholder,
#site-body #rsvp form input[type=text]:focus::-webkit-input-placeholder,
#site-body #rsvp form textarea::-webkit-input-placeholder,
#site-body #rsvp form textarea:focus::-webkit-input-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]::-webkit-input-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]:focus::-webkit-input-placeholder,
#site-body #rsvp div#rsvp-form textarea::-webkit-input-placeholder,
#site-body #rsvp div#rsvp-form textarea:focus::-webkit-input-placeholder {
  font-size: 1.125rem;
}
#site-body #rsvp form input[type=text]:-moz-placeholder,
#site-body #rsvp form input[type=text]:focus:-moz-placeholder,
#site-body #rsvp form textarea:-moz-placeholder,
#site-body #rsvp form textarea:focus:-moz-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]:-moz-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]:focus:-moz-placeholder,
#site-body #rsvp div#rsvp-form textarea:-moz-placeholder,
#site-body #rsvp div#rsvp-form textarea:focus:-moz-placeholder {
  font-size: 1.125rem;
}
#site-body #rsvp form input[type=text]::-moz-placeholder,
#site-body #rsvp form input[type=text]:focus::-moz-placeholder,
#site-body #rsvp form textarea::-moz-placeholder,
#site-body #rsvp form textarea:focus::-moz-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]::-moz-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]:focus::-moz-placeholder,
#site-body #rsvp div#rsvp-form textarea::-moz-placeholder,
#site-body #rsvp div#rsvp-form textarea:focus::-moz-placeholder {
  font-size: 1.125rem;
}
#site-body #rsvp form input[type=text]:-ms-input-placeholder,
#site-body #rsvp form input[type=text]:focus:-ms-input-placeholder,
#site-body #rsvp form textarea:-ms-input-placeholder,
#site-body #rsvp form textarea:focus:-ms-input-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]:-ms-input-placeholder,
#site-body #rsvp div#rsvp-form input[type=text]:focus:-ms-input-placeholder,
#site-body #rsvp div#rsvp-form textarea:-ms-input-placeholder,
#site-body #rsvp div#rsvp-form textarea:focus:-ms-input-placeholder {
  font-size: 1.125rem;
}
#site-body #rsvp form #days #select-days,
#site-body #rsvp div#rsvp-form #days #select-days {
  font-size: 1.125rem;
}
#site-body #rsvp form select,
#site-body #rsvp div#rsvp-form select {
  font-family: Georgia, serif;
  text-transform: lowercase;
  font-size: 1.125rem;
  letter-spacing: 0;
}
#site-body #rsvp form dropdown-menu .ng-dropdown-menu .optional,
#site-body #rsvp div#rsvp-form dropdown-menu .ng-dropdown-menu .optional {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.7;
}
#site-body #rsvp form #contact input,
#site-body #rsvp div#rsvp-form #contact input {
  display: block;
}
#site-body #rsvp button {
  text-transform: lowercase;
}
#site-body #rsvp .section-title h2.page-title {
  font-size: 6.875rem;
}
#site-body #schedule .event-date span,
#site-body #schedule .event-date p {
  font-family: "Geotica Three", serif;
  font-size: 2rem;
}
#site-body #schedule span.event-header {
  font-weight: bold;
  text-transform: uppercase;
}
#site-body #schedule a.event-title {
  font-family: "Geotica Three", serif;
  font-size: 1.875rem;
}
#site-body #schedule a.event-title:hover {
  text-decoration: none;
}
#site-body #weddingparty a.group-title {
  font-family: "Geotica Three", serif;
  font-size: 2rem;
  word-break: break-word;
}
#site-body #weddingparty a.group-title:hover {
  text-decoration: none;
}
#site-body #weddingparty a.attendant-name {
  line-height: 1.7;
}
#site-body #weddingparty a.attendant-name:hover, #site-body #weddingparty a.attendant-name.active {
  font-weight: bold;
  text-decoration: none;
}
#site-body .footer .fin {
  font-family: "Geotica Three", serif;
  font-size: 4.0625rem;
  text-align: right;
  text-transform: capitalize;
}

#site-body h1 {
  font-family: "Geotica Three", serif;
}
#site-body h1 {
  text-transform: none;
  font-size: 5.625rem;
}
#site-body h2.page-title {
  font-family: "Geotica Three", serif;
  font-size: 4.0625rem;
  text-transform: none;
  line-height: 1.1;
}
#site-body h3 {
  font-size: 2rem;
}
#site-body h3,
#site-body h4,
#site-body h5,
#site-body h6 {
  font-family: "Geotica Three", serif;
  text-transform: initial;
}
#site-body h4 {
  font-size: 1.875rem;
}
#site-body p,
#site-body span,
#site-body a,
#site-body button {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.125rem;
}
#site-body p {
  line-height: 1.7;
}
#site-body p.wedding-date {
  font-family: "Geotica Three", serif;
  font-size: 1.625rem;
  letter-spacing: 1px;
}
#site-body a.registry-link {
  font-family: "Geotica Three", serif;
  font-size: 2rem;
  letter-spacing: 2px;
}

#site-body.public-hosting-container .password-container h1.title {
  font-family: "Geotica Three", serif;
  font-size: 3rem;
  text-transform: initial;
}
@media (max-width: 640px) {
  #site-body.public-hosting-container .password-container h1.title {
    font-size: 3rem;
  }
}
#site-body.public-hosting-container .password-container h1.title {
  overflow-wrap: break-word;
}
#site-body.public-hosting-container .password-container h2 {
  font-size: 1.5rem;
}
#site-body.public-hosting-container .password-container h2.subtitle {
  font-family: "Geotica Three", serif;
  font-size: 2rem;
  text-transform: capitalize;
  font-style: normal;
}
@media (max-width: 640px) {
  #site-body.public-hosting-container .password-container h2.subtitle {
    font-size: 2rem;
  }
}
#site-body.public-hosting-container .password-container h2.login {
  font-family: "Geotica Three", serif;
}
#site-body.public-hosting-container .password-container #guest-center-widget p.coming-soon,
#site-body.public-hosting-container .password-container #guest-center-widget p.message {
  font-size: 1rem;
  text-align: center;
  white-space: normal;
  font-family: Georgia, serif;
}
#site-body.public-hosting-container .password-container #guest-login-form h2.login {
  font-size: 1.2rem;
  text-transform: none;
}
@media (max-width: 768px) {
  #site-body.public-hosting-container .password-container #guest-login-form h2.login {
    letter-spacing: 1px !important;
  }
}
#site-body.public-hosting-container .password-container #guest-login-form label {
  font-size: 0.75rem !important;
  text-align: left;
}
#site-body.public-hosting-container .password-container #guest-login-form input.main-btn {
  font-family: "Geotica Three", serif !important;
}
#site-body.public-hosting-container .password-container #alert-box {
  text-align: center;
}
#site-body.public-hosting-container .password-container #alert-box h5.flash-alert {
  font-size: 14px;
  text-transform: none !important;
}
#site-body.guest-email-imager #main-image-part h1 {
  word-wrap: break-word;
  white-space: normal;
  font-family: "Geotica Three", serif;
  font-size: 3rem;
  font-weight: bold;
}
#site-body.guest-email-imager #main-image-part h2 {
  letter-spacing: initial !important;
  line-height: initial !important;
  font-family: "Geotica Three", serif;
  font-size: 1.5rem;
  text-transform: capitalize;
  font-style: normal;
  font-weight: normal;
}
#site-body.guest-email-imager #main-image-part p.pbody {
  font-size: 1rem;
  text-align: center;
  white-space: normal;
  font-family: Georgia, serif;
  font-weight: normal;
}
#site-body.public-hosting-container h1.title,
#site-body.public-hosting-container h2.subtitle {
  line-height: 1.1;
}
#site-body.public-hosting-container .password-container #guest-login-form label,
#site-body.public-hosting-container .password-container #guest-login-form input,
#site-body.public-hosting-container .password-container #guest-login-form h2.login {
  font-size: 1rem !important;
  font-family: "Geotica Three", serif;
}
#site-body.public-hosting-container .password-container #guest-login-form input.main-btn {
  line-height: 1;
}
#site-body.guest-email-imager #main-image-part h1 {
  word-wrap: break-word;
  white-space: normal;
  font-family: "Geotica Three", serif;
  font-size: 3rem;
  font-weight: bold;
}
#site-body.guest-email-imager #main-image-part h2 {
  letter-spacing: initial !important;
  line-height: initial !important;
  font-family: "Geotica Three", serif;
  font-size: 1.5rem;
  text-transform: capitalize;
  font-style: normal;
  font-weight: normal;
}
#site-body.guest-email-imager #main-image-part p.pbody {
  font-size: 1rem;
  text-align: center;
  white-space: normal;
  font-family: Georgia, serif;
  font-weight: normal;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-400-vietnamese-1edd64-ea588d43.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-400-latin-ext-1e6c9f-6392f891.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-400-latin-47a8a5-afb81b9b.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-600-vietnamese-b136bf-8d9decf6.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-600-latin-ext-9f4957-6880d873.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-600-latin-370698-ff58de85.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-700-vietnamese-1ce6ed-4e0efc18.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-700-latin-ext-e78302-e1562f3e.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/google/crimson-text-italic-700-latin-8f5f62-a662df8f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-400-vietnamese-faf566-fc24625f.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-400-latin-ext-24782d-0c623d8e.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-400-latin-142fd7-fecc818c.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-600-vietnamese-7d460c-a5b2cc5a.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-600-latin-ext-7f52ca-307aab53.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-600-latin-3b38ef-63829584.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-700-vietnamese-ca54ab-dec7dfe7.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-700-latin-ext-2937f0-08d60070.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/google/crimson-text-normal-700-latin-62b9b8-cd2304c4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-cyrillic-ext-5efd89-b59e9cf0.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-cyrillic-9c1572-bdc54a94.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-greek-ext-6ff4bb-6fc071d5.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-greek-9dec24-e5061bae.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-vietnamese-3df1ca-adb22b32.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-latin-ext-a53426-7051c2fe.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-italic-variable-latin-29c72c-0a54e5cd.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-cyrillic-ext-a0baad-9db71e41.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-cyrillic-286625-b96a523d.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-greek-ext-af1ab6-7808b652.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-greek-013d98-e2578edf.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-vietnamese-0090d9-ac0f5f09.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-latin-ext-1f7274-88d38973.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/google/eb-garamond-normal-variable-latin-3020b4-9377f77f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Geotica Three";
  src: url("/assets/Geotica_Three-a2b96baa.woff2") format("woff2"), url("/assets/Geotica_Three-f6fbe474.woff") format("woff"), url("/assets/Geotica_Three-02297084.otf");
  font-weight: normal;
}
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager * {
  font-family: Georgia, serif;
}
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h1,
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h2,
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h3,
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h4,
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h5 {
  text-transform: none;
  font-family: "Geotica Three", serif;
  line-height: 1.1;
  font-weight: normal;
}
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h1 {
  font-size: 4em;
}
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager h2 {
  font-size: 2em;
}
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager p,
body.paper-invite-imager #site-body.site-body-css.paper-invite-imager span {
  font-size: 0.9em;
  line-height: 1;
}

#site-body #rsvp span {
  font-family: Georgia, serif;
}

/*# sourceMappingURL=/assets/whitespace/stylesheets/botanique/desktop/font_templates/geotica_three-20c6d0b1.css.map */
