/* 
Theme Name:     Child Hello by GSF
Theme URI:      https://graphicstudiofunk.ch
Description:    Theme Child GSF
Author:         GRAPHIC STUDIOFUNK  
Version:        1.0.1
Template: hello-elementor
*/
/*
    FONTES
*/
@font-face {
	font-family: "Inter";  
	src:
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Regular.woff2') format('woff2'), 
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Regular.woff') format('woff'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Regular.otf') format('opentype'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Regular.ttf') format('trutype');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: "Inter";  
	src:
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Medium.woff2') format('woff2'), 
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Medium.woff') format('woff'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Medium.otf') format('opentype'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-Medium.ttf') format('trutype');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "Inter";  
	src:
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-ExtraBold.woff2') format('woff2'), 
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-ExtraBold.woff') format('woff'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-ExtraBold.otf') format('opentype'),
		url('/wp-content/themes/hello-theme-child-master/fonts/Inter-ExtraBold.ttf') format('trutype');
	font-weight: 800;
	font-display: swap;
}
p, h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", Helvetica, sans-serif;
}
body {
  font-family: "Inter", Helvetica, sans-serif;
}