/* Minification failed. Returning unminified contents.
(23,22): run-time error CSS1039: Token not allowed after unary operator: '-color-theme-app-background'
(31,22): run-time error CSS1039: Token not allowed after unary operator: '-color-theme-app-background'
 */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.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: 'Roboto Condensed';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.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;
}

body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: var(--color-theme-app-background) !important;
    font-family: 'Roboto Condensed';
}

#app {
    max-width: 1230px !important;
    width: 100% !important;
    position: relative;
    background: var(--color-theme-app-background) !important;
}

#menu-toolbar, #menu-footer {
    max-width: 1230px !important;
    width: 100% !important;
}

#backdrop{
    background: transparent !important;
}

#menu-article {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 16px 32px rgba(0, 0, 0, 0.1);
}

.item-list {
    grid-gap: 0.5rem;
}

.category .item {
    flex: 0 1 calc(50% - 0.26rem);
}


