/* theme */

:root{
  --bg:#000000;
  --text: #000000;
  --dark-grey: #383E47;
  --green: #e8ebe0;
  --d-green: #1C352D;
  --yellow: #FFFAF3;
  --d-yello :#DCD0A8;
}

*, ::after, ::before {
  box-sizing: border-box;
}
/* redressed-regular - latin */
/* alexandria-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Light%20Theme/fonts/inter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* @font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
/* }  */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Light%20Theme/fonts/cinzel-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Light%20Theme/fonts/cinzel-v25-latin-500.woff2') format('woff2'); 
}
@font-face {
  font-family: 'UAESymbol';
   font-size: inherit;
    color: inherit;
    font-weight: bold;
  src: url('/wp-content/themes/Light%20Theme/fonts/font.woff2') format('woff2'); 
}
span.uae-dirham {
    font-family: 'UAESymbol';
    font-size: 16px;
}



/* theme end */