/*
Theme Name: Jan Melich Theme
Author: Ján Melich
Description: Lightweight custom theme with author signature in footer.
Version: 1.1.0
Text Domain: jan-melich-theme
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #ffffff;
    color: #222;
}

/* Author signature */
.jm-signature {
    margin-top: 60px;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.jm-signature strong {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.jm-signature a {
    text-decoration: none;
    color: inherit;
}

html {
  scroll-behavior: smooth;
}