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

:root{
    --background: url("https://res.tyleo.dev/backgrounds/web/Tayther_Web_25.png");
}

* {
    font-family: "Quantico", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI Light', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
    font-weight: 600!important;
}

.expand-toggle-button {
    background: none!important;
}

.header {
    border-radius: 30px!important;
}

.mobile-navigation {
    border-radius: 30px!important;
}

.popover-frame {
    border-radius: 30px!important;
}

.theme-preset {
    border-radius: 30px!important;
}

.body-content {
    background: var(--background) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
    background: var(--background) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.widget-content {
    background-color: hsla(0, 0%, 0%,.1)!important;
}

.search {
    background-color: hsla(0, 0%, 0%,.1)!important;
}