@font-face {
    font-family: 'Aka';
    src: url('../fonts/Aka07-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myanmar Tagu';
    src: url('../fonts/MyanmarTagu.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter', Arial, sans-serif;
}

.font-mm {
    font-family: 'Aka', Arial, sans-serif;
}

.font-en {
    font-family: 'Inter', Arial, sans-serif;
}

.font-tagu {
    font-family: 'Myanmar Tagu', Arial, sans-serif;
}

