/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


@font-face {
  font-family: 'Peyda';
  font-weight: 300;
  src: url('fonts/PeydaWeb-light.woff') format('woff');
  src: url('fonts/PeydaWeb-light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Peyda';
  font-weight: normal;
  src: url('fonts/PeydaWeb-Regular.woff') format('woff');
  src: url('fonts/PeydaWeb-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Peyda';
  font-weight: bold;
  src: url('fonts/PeydaWeb-Bold.woff') format('woff');
  src: url('fonts/PeydaWeb-Bold.woff2') format('woff2');
  font-display: swap;
}

h2,h3 {
	display: flex;
	white-space: nowrap;
}

h2::after,h3::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #c1c0c3;
	order: 2;
	margin-top: 1rem;
}

h2::before,h3::before {
	content: '';
	width: 5%;
	height: 2px;
	background: #d30000;
	min-width: 50px;
	max-width: 80px;
	order: 1;
	margin-top: 1rem;
	margin-right: 1rem;
}