
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

*{
	font-family: 'Pretendard' !important;
}

/* Display */
.display_large{
    font-weight: 500;
    font-size: 192px;
}
.display_medium{
    font-weight: 500;
    font-size: 104px;
}
.display_small{
    font-weight: 500;
    font-size: 88px;
}
.display_x_small{
    font-weight: 500;
    font-size: 72px;
}

/* Heading */
.heading_xx_large{
    font-weight: 500;
    font-size: 80px;
}
.heading_x_large{
    font-weight: 500;
    font-size: 72px;
}
.heading_large{
    font-weight: 500;
    font-size: 64px;
}
.heading_medium{
    font-weight: 500;
    font-size: 56px;
}
.heading_small{
    font-weight: 600;
    font-size: 48px;
}
.heading_x_small{
 	font-weight: 600;
    font-size: 40px;
} 

/* Label */
.label_large{
    font-weight: 500;
    font-size: 36px;
}
.label_medium_M{
    font-weight: 500;
    font-size: 32px;
}
.label_medium{
    font-weight: 500;
    font-size: 32px;
}
.label_small_B{
    font-weight: 600;
    font-size: 28px;
}
.label_small{
    font-weight: 500;
    font-size: 28px;
}
.label_x_small{
    font-weight: 500;
    font-size: 24px;
}

/* Paragraph */
.paragraph_large{
    font-weight: 400;
    font-size: 36px;
}
.Paragraph_medium{
    font-weight: 400;
    font-size: 32px;
}
.Paragraph_small{
    font-weight: 400;
    font-size: 28px;
}
.Paragraph_x_small{
    font-weight: 400;
    font-size: 24px !important;
}
.Paragraph_xx_small{
    font-weight: 400;
    font-size: 22px;
}   