/*
Theme Name: Themespell Demo
Theme URI: https://themespell.com/
Author: Themespell
Author URI: https://themespell.com/
Description: React + Vite powered Themespell demo theme.
Version: 1.0.8
Text Domain: themespell-demo
*/

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#themespell-demo-app:empty::before {
    content: "Build assets missing. Run npm install && npm run build.";
    display: block;
    padding: 24px;
    font: 16px/1.5 sans-serif;
}

.themespell-page-shell {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 32px 20px 48px;
    box-sizing: border-box;
}

.themespell-page-content {
    width: 100%;
}

.themespell-entry-title {
    margin: 0 0 16px;
}

.themespell-entry-title a {
    color: inherit;
    text-decoration: none;
}
