/*
Theme Name: FinMag Child
Theme URI: http://promisingdev.com/finmag
Author: Promising Dev
Author URI: http://promisingdev.com
Template: finmag
Description: Make your modifications to FinMag in this child theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finmag-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* Theme customization starts here
------------------------------------------------------- */

@font-face {
	font-family: "GTWalsheim";
	src: url("fonts/GTWalsheimPro-Thin.woff2");
	font-weight: 100;
}

@font-face {
	font-family: "GTWalsheim";
	src: url("fonts/GTWalsheimPro-Regular.woff2");
	font-weight: 400;
}

@font-face {
	font-family: "GTWalsheim";
	src: url("fonts/GTWalsheimPro-Bold.woff2");
	font-weight: 700;
}

*, *::before, *::after {
	font-family: 'GTWalsheim';
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: 'GTWalsheim' !important;
}

html{
	scroll-behavior: smooth
}

input {
	@apply autofill:bg-none;
}
