@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,500&family=Yellowtail&display=swap');
/* * {
	font-family: 'Yellowtail', cursive;
} */

.fontYellowtail {
    font-family: 'Yellowtail', sans-serif;
}
.fontRoboto {
    font-family: 'Roboto', sans-serif;
}

.font32{
    font-size: 32px;
}

.font40{
    font-size: 40px;
}

.font80{
    font-size: 80px;
}

.fontLS-1{
    letter-spacing: -2px;
    line-height: 32px;
}

.fontLS-2{
    line-height: 32px;
}

.fontW400{
    font-weight: 400;
}

.fontW500{
    font-weight: 500;
}

.fontW900{
    font-weight: 900;
}

.fontWhite {
    color: #ffffff;
}

.fontPearl {
    color: #E9E2DC;
}

.fontGray {
    color: #707070;
}

.fontBlue {
    color: #324577;
}

.fontBlack {
    color: #000B29;
}

.fontPink {
    color: #9f6266;
}

.fontRed {
    color: #A01D26;
}

.fontYellow {
    color: #EDB83d;
}

