/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/PelakFA-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
	font-family: pinar;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/PelakFA-Bold.woff2') format('woff2');
	font-display: swap;
}
body,button, input, select, textarea {
    font-family: pelak!important;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}