/*
Theme Name: Rasa Custo Theme
Version: 1.0
Text Domain: RS
*/


/*  main font */
@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('assets/fonts/YekanBakh-Bold.woff') format('woff');
}

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


:root, :host {
  --fa-style-family-classic: 'Font Awesome 5 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 5 Free';
	font-family: 'YekanBakh';
  font-style: normal;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a:active {
	text-decoration: none;
}


/* font awsome */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('assets/fonts/fa-solid-900.woff2') format("woff2"); }

.fas,
.fa-solid {
  font-weight: 900;font-family: 'Font Awesome 5 Free'; }
