/* Semibold */
@font-face {
    font-family: 'Aptos-Semibold';
    src: url("../../assets/fonts/Aptos/Aptos-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Aptos-Bold';
    src: url("../../assets/fonts/Aptos/Aptos-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Suwannaphum-Regular';
    src: url("../../assets/fonts/Suwannaphum/Suwannaphum-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
