﻿@font-face {
    font-family: 'ShueiGoKinStd'; 
    src: url("/fonts/A-OTF-ShueiGoKinStd-L.otf") format('opentype');
}

@font-face {
    font-family: 'JoannaSansNova'; 
    src: url("/fonts/JoannaSansNovaRegular.TTF") format('truetype');
}

* {
    font-weight: bold !important;
    font-family: 'JoannaSansNova', 'ShueiGoKinStd';
}

h1, h2, h3, h4, h5, h6 {
    /*font-weight: bold !important;*/
}

.btn {
    /*font-weight: bold !important;*/
}

.form-control {
    /*font-weight: bold !important;*/
}

.font-gothic {
    font-family: '游ゴシック','ShueiGoKinStd';
}
