
/* Font - Open Sans Light */

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    url('../fonts/OpenSans-Light.ttf') format('truetype');
}

/* Font - Open Sans Regular */

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

/* Font - Open Sans Medium */

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

/* Font - Open Sans SemiBold */

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

/* Font - Open Sans Bold */

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




/* Font - Poppins Light */

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

/* Font - Poppins Regular */

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

/* Font - Poppins SemiBold */

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

/* Font - Poppins Bold */

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





