@font-face {
    font-family: 'Noto Serif JP';
    src: url('NotoSerifJP-Regular.ttf') format('woff2'),
         url('NotoSerifJP-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    text-align: left;
    font-family: "Noto Serif JP", serif;
    background-color: #061013;
    color: #E0F2E9;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    color: #E0F2E9;
    text-align: left;
}

#hone {
    padding-top: 0;
    padding-bottom: 20px;
}

.stuffme {
    font-weight: 700;
}

.stuffmetext {
    color: #57CC99;
}

a {
    color: #57CC99;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #80D4AA;
    text-decoration: underline;
}

a:visited {
    color: #57CC99;
}

/* Remove old container styles since we're using the new Rentry-style layout */
#stuffAme, #stuffAme2, #stuffAme3 {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    animation: none;
    box-shadow: none;
}

.white {
    color: #E0F2E9;
}

li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
}

/* Responsive design */
@media (max-width: 768px) {
    .outer {
        padding: 1rem;
    }
    
    .container {
        padding: 1.5rem;
    }
    
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.9rem;
    }
    
    h3 {
        font-size: 1.7rem;
    }
}