*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #333333;
    background: #ffffff;
}

.site-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-layout__main {
    flex: 1 0 auto;
}

a {
    color: inherit;
}

address {
    font-style: normal;
}

button {
    font: inherit;
    cursor: pointer;
}

body.site-header-menu-open {
    overflow: hidden;
}

.page-placeholder {
    min-height: 60vh;
}
