:host, :root {
    font-size: 16px;
    height: 100%;
}

body {
    letter-spacing: 0;
    background-color: #f9fafb;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-rendering: optimizeLegibility;
    touch-action: manipulation;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga" 0, "cv03", "cv04", "cv11";
}

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

.page {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 100%;
}

.page-center {
    justify-content: center;
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

.empty-img {
    width: 200px;
    max-width: 100%;
}
