/*
Theme Name: Manon Child
Theme URI: https://manon.qodeinteractive.com/
Description: A child theme of Manon Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: manon
Template: manon
*/




/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3fa0c4");

@font-face {
    font-family: "AmericanTypewriter";
    src: url('assets/fonts/font.woff2') format('woff2'),
    url('assets/fonts/font.woff') format('woff');
}

body{
    font-family: "AmericanTypewriter", sans-serif !important;
}

.edgtf-logo-wrapper a{
	display: flex !important; 
    align-items: center !important;
}

.edgtf-logo-wrapper a img{
	height: 75% !important;
}