@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap');

body{ 
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 16px;
}

.btn-font{
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
  
.b {
font-weight: bold;
}

.font-inherit{
    font-family: inherit;
    font-size: inherit;    
}

.fs18px{
    font-size: 18px; 
}

.fs24px{
    font-size: 24px;
}
