/*
Theme Name: NCIS Theme
Theme URI: https://ncis.jp/
Description: Custom WordPress theme for Nothing's Carved In Stone.
Author: NCIS WEB制作
Version: 1.0.0
Text Domain: ncis-theme
*/

/* Base CSS for the theme structure. More specific styles will be in assets/css/main.css */
body {
    margin: 0;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #333;
    background-color: #FAFAFA;
}
