/* POPPINS */


	@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins-Regular'), url('Poppins-Regular.otf') format('opentype');
    }
    

    @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins-Italic'), url('Poppins-Italic.otf') format('opentype');
    }
	
	@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins-SemiBold'), url('Poppins-SemiBold.otf') format('opentype');
    }
	
	@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins-Bold'), url('Poppins-Bold.otf') format('opentype');
    }
	
	@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local('Poppins-ExtraBold'), url('Poppins-ExtraBold.otf') format('opentype');
    }
    

    @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: local('Poppins-Black'), url('Poppins-Black.otf') format('opentype');
    }
	
	
/* PLAYFAIR DISPLAY */
	
	
	@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: local('PlayfairDisplay-Italic'), url('PlayfairDisplay-Italic.ttf') format('truetype');
    }
    

    @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: local('PlayfairDisplay-BoldItalic'), url('PlayfairDisplay-BoldItalic.ttf') format('truetype');
    }
	
	
	/* UTILIZAÇÃO DA FONTE POPPINS */
	
	.poppins {
		font-family: "Poppins", Helvetica, sans-serif;
	}
	
	/* UTILIZAÇÃO DA FONTE PLAYFAIR DISPLAY */
	
	.playfair {
		font-family: "Playfair Display", serif;
	}
	
	/* PESOS DE FONTE ADICIONAIS */
	
	.fw-semibold {
		font-weight: 600!important;
	}
	
	.fw-extrabold {
		font-weight: 800!important;
	}
	
	.fw-black {
		font-weight: 900!important;
	}
    
    
    
    
    
    
    

    
