@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/* Base */
html {
    height: 100%;
}

body, footer {
    /* font-feature-settings: "salt", "kern", "cv05", "cv11", "ccmp"; */
    font-family: "Inter" !important;
    font-feature-settings: "cv11" !important;
}

/* Layout */
header {
    text-align: center;
}

.store {
    height: 48px !important;
    margin-right: 10px;
}