@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
html,body{
    font-family: "Helvetice", "Noto Sans TC", "Roboto", "Arial", sans-serif;
}
h1, h2, h3 ,h4 ,h5 ,h6, p,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Helvetice", "Noto Sans TC", "Roboto", "Arial", sans-serif;
    color: #373A3C;
}
.font-700{
    font-weight: 700;
}
.font-600{
    font-weight: 600;
}
.font-500{
    font-weight: 500;
}
.font-400{
    font-weight: 400;
}
.font-300{
    font-weight: 300;
}
.font-200{
    font-weight: 200;
}
.font-100{
    font-weight: 100;
}
.text-gold2{
    color:#F1B76C;
}
.text-gray{
    color: #979797;
}
.text-gold{
    color:#CBAE78;
}
.text-light{
    color: rgba(255, 255, 255, 0.9) !important;
}
.text-game{
    letter-spacing: 0.05rem;
    line-height: 2rem;
}
.display-big{
    font-size: 10rem;
    color: #F1B76C;
    line-height: 8rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
}
.fm-apple{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.text-dark{
    color: #565a5c;
}