

/*----------------Montserrat LIGHT -------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Light.ttf') format('truetype');
   
    font-weight: lighter;
    font-style: normal;
}

/*----------------Montserrat BOLD -------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Bold.ttf') format('truetype');
   
    font-weight: bold;
    font-style: normal;
}


/*----------------Montserrat BOLD-ITALIC -------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
   
    font-weight: bold;
    font-style: italic;
}


/*----------------Montserrat ITALIC -------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Italic.ttf') format('truetype');
   
    font-weight: normal;
    font-style: italic;
}


/*----------------Montserrat REGULAR -------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Regular.ttf') format('truetype');
   
    font-weight: normal;
    font-style: normal;
}







/*----------------Zilla_Slab LIGHT -------------------*/
@font-face {
    font-family: 'ZillaSlab';
    src: url('./Zilla_Slab/ZillaSlab-Light.ttf') format('truetype');
   
    font-weight: lighter;
    font-style: normal;
}

/*----------------Zilla_Slab BOLD -------------------*/
@font-face {
    font-family: 'ZillaSlab';
    src: url('./Zilla_Slab/ZillaSlab-Bold.ttf') format('truetype');
   
    font-weight: bold;
    font-style: normal;
}


/*----------------Zilla_Slab BOLD-ITALIC -------------------*/
@font-face {
    font-family: 'ZillaSlab';
    src: url('./Zilla_Slab/ZillaSlab-BoldItalic.ttf') format('truetype');
   
    font-weight: bold;
    font-style: italic;
}


/*----------------Zilla_Slab ITALIC -------------------*/
@font-face {
    font-family: 'ZillaSlab';
    src: url('./Zilla_Slab/ZillaSlab-Italic.ttf') format('truetype');
   
    font-weight: normal;
    font-style: italic;
}


/*----------------Zilla_Slab REGULAR -------------------*/
@font-face {
    font-family: 'ZillaSlab';
    src: url('./Zilla_Slab/ZillaSlab-Regular.ttf') format('truetype');
   
    font-weight: normal;
    font-style: normal;
}





/*----------------Poppins LIGHT -------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins/Poppins-Light.ttf') format('truetype');
   
    font-weight: lighter;
    font-style: normal;
}

/*----------------Poppins BOLD -------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins/Poppins-Bold.ttf') format('truetype');
   
    font-weight: bold;
    font-style: normal;
}


/*----------------Poppins BOLD-ITALIC -------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins/Poppins-BoldItalic.ttf') format('truetype');
   
    font-weight: bold;
    font-style: italic;
}


/*----------------Zilla_Slab ITALIC -------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins/Poppins-Italic.ttf') format('truetype');
   
    font-weight: normal;
    font-style: italic;
}


/*----------------Poppins REGULAR -------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins/Poppins-Regular.ttf') format('truetype');
   
    font-weight: normal;
    font-style: normal;
}

