@font-face {
    font-family: nugo-sans;
    src: url(../font/NugoSansLight.ttf);
}


body{
    background-color: #FAFAFA;
    font-family: 'nugo-sans';
    font-weight: bold;
}

.form-control{
    font-size: 17px;
}

.detail-content .attachment__name{
    display: block;
    text-align: center;
}

.detail-content img{
    width: 100%;
    height: auto;
}

.new-replay-detail .post-detail img{
    width: 100%;
    height: auto;
}