/*
Theme Name: ソルナ　リニューアル
Description: 2024年1月リニューアル
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
*/

:root{
    --black:#000;
    --orange: #E68F51;
    --blue-300: #DBEAFE;
    --blue-900: #1E3A8A;
    --red: #CE042C;
}
body{
    font-family:  "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 15px;
    color: var(--black);
}
a{
    color: #0644a1;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
