<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Lato', cursive;
    src: url('https://fonts.googleapis.com/css?family=Lato');
}

#template .p__opensans a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    line-height: 28px;
    font-size: 16px;
}

#template .p__opensans a:hover {
    color: lightgray;
}

#template *:not(.p__opensans):not(.editable__inputs, .editable__inputs *) {
    font-family: 'Cormorant Upright', serif !important;
}

body,
html {
    height: 100%;
}
html {
    font-size: 14px;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 320px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.28571429em;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    padding: 0;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}

html:not(.restaurant-home):not(.restaurant-home *),
body:not(.restaurant-home):not(.restaurant-home *),
h1:not(.restaurant-home):not(.restaurant-home *),
h2:not(.restaurant-home):not(.restaurant-home *),
h3:not(.restaurant-home):not(.restaurant-home *),
h4:not(.restaurant-home):not(.restaurant-home *),
h5:not(.restaurant-home):not(.restaurant-home *),
b:not(.restaurant-home):not(.restaurant-home *),
button:not(.restaurant-home):not(.restaurant-home *),
p:not(.restaurant-home):not(.restaurant-home *),
span:not(.restaurant-home):not(.restaurant-home *),
div:not(.restaurant-home):not(.restaurant-home *),
a:not(.restaurant-home):not(.restaurant-home *),
#template .editable__input:not(.restaurant-home):not(.restaurant-home *) {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}
</pre></body></html>