@charset "UTF-8";
/*
Theme Name: Storefront Child
Author: soosupreyn
Author URI: https://soosupreyn.co.jp/
Version: 1.0.0
Description: Storefront Child Theme
Template: storefront
Tags: e-commerce
*/

body {
    font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
    color: black;
    line-height: 1.6;
    font-size: 1rem;
    letter-spacing: 0.07em;
    background: white;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

button[type="submit"],
a.button,
.add_to_cart_button{
    border-radius:100px !important;
}
a:focus{
    outline:none;
}

button.button.single_add_to_cart_button{
    background-color:#ae252d;
}

.search-field,
.input-text{
    border-radius:100px;
    border:none;
}

.site-footer{
    text-align: center;
    padding-block:3em;
    .col-full{
        nav{
            ul{
                margin-left: 0;
                list-style:none;
                li{

                }
            }
        }
    }
}