/*
Theme Name: LLC All Company Theme
Description: Corporate website theme for 合同会社オール (LLC All)
Version: 1.0
Author: 合同会社オール
Text Domain: company-theme
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}