/* Google Fonts - Self Hosted for Security */
/* 
 * To use this file:
 * 1. Download fonts from https://fonts.google.com/
 * 2. Place .woff2 and .woff files in this directory
 * 3. Update the src URLs below to match your file names
 * 
 * TEMPORARY: Using system font fallbacks until Google Fonts are downloaded
 */

/* Open Sans - Update file names to match your downloaded files */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Open_Sans/static/OpenSans-Regular.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Open_Sans/static/OpenSans-SemiBold.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Open_Sans/static/OpenSans-Bold.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}

/* Poppins - Update file names to match your downloaded files */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('poppins/Poppins-Light.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('poppins/Poppins-Regular.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('poppins/Poppins-Medium.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('poppins/Poppins-SemiBold.ttf') format('truetype'),
        local('Arial'), local('Helvetica'), local('sans-serif');
}