/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Lato:wght@400;700&display=swap');

/* Local Sinhala Fonts */
@font-face {
    font-family: 'UN-Abhaya';
    src: url('../fonts/UN-Abhaya-6-110-kern.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Abhaya-Bold';
    src: url('../fonts/UN-Abhaya-bold-2019-4-110.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Alakamanda';
    src: url('../fonts/UN-Alakamanda-4-95.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Arundathee';
    src: url('../fonts/UN-Arundathee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Basuru';
    src: url('../fonts/UN-Basuru.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Bindumathi';
    src: url('../fonts/UN-Bindumathi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Davasa';
    src: url('../fonts/UN-Davasa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Derana';
    src: url('../fonts/UN-Derana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Dharanee';
    src: url('../fonts/UN-Dharanee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Ganganee';
    src: url('../fonts/UN-Ganganee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Gemunu';
    src: url('../fonts/UN-Gemunu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Gurulugomi';
    src: url('../fonts/UN-Gurulugomi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Imanee';
    src: url('../fonts/UN-Imanee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Indeewaree';
    src: url('../fonts/UN-Indeewaree.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Isiwara';
    src: url('../fonts/UN-Isiwara.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Malithi';
    src: url('../fonts/UN-Malithi-4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Rajantha';
    src: url('../fonts/UN-Rajantha.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Rashmi';
    src: url('../fonts/UN-Rashmi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Samantha';
    src: url('../fonts/UN-Samantha.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UN-Sandhyanee';
    src: url('../fonts/UN-Sandhyanee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Default body font */
body {
    font-family: 'Calibri', 'Open Sans', sans-serif;
}

/* Font family utility classes */
.font-un-abhaya { font-family: 'UN-Abhaya', sans-serif; }
.font-un-abhaya-bold { font-family: 'UN-Abhaya-Bold', sans-serif; }
.font-un-alakamanda { font-family: 'UN-Alakamanda', sans-serif; }
.font-un-arundathee { font-family: 'UN-Arundathee', sans-serif; }
.font-un-basuru { font-family: 'UN-Basuru', sans-serif; }
.font-un-bindumathi { font-family: 'UN-Bindumathi', sans-serif; }
.font-un-davasa { font-family: 'UN-Davasa', sans-serif; }
.font-un-derana { font-family: 'UN-Derana', sans-serif; }
.font-un-dharanee { font-family: 'UN-Dharanee', sans-serif; }
.font-un-ganganee { font-family: 'UN-Ganganee', sans-serif; }
.font-un-gemunu { font-family: 'UN-Gemunu', sans-serif; }
.font-un-gurulugomi { font-family: 'UN-Gurulugomi', sans-serif; }
.font-un-imanee { font-family: 'UN-Imanee', sans-serif; }
.font-un-indeewaree { font-family: 'UN-Indeewaree', sans-serif; }
.font-un-isiwara { font-family: 'UN-Isiwara', sans-serif; }
.font-un-malithi { font-family: 'UN-Malithi', sans-serif; }
.font-un-rajantha { font-family: 'UN-Rajantha', sans-serif; }
.font-un-rashmi { font-family: 'UN-Rashmi', sans-serif; }
.font-un-samantha { font-family: 'UN-Samantha', sans-serif; }
.font-un-sandhyanee { font-family: 'UN-Sandhyanee', sans-serif; }
