/*
Theme Name: Eterna Theme
Theme URI: http://example.com/eterna-theme
Description: エテルナ専用テーマです
Version: 1.1.0
Author: Dynamis Japan
Author URI: http://example.com
Text Domain: eterna-theme
*/

/* Reset & Base Styles will go here or in assets/css/main.css */
body {
    margin: 0;
    font-family: var(--font-body);
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
    /* Soft background */
}

img {
    max-width: 100%;
    height: auto;
}