﻿/* fonts.css - Using TTF font files */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/Poppins-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('/fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/AbhayaLibre-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/AbhayaLibre-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/AbhayaLibre-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/AbhayaLibre-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/AbhayaLibre-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

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