/* vars.css */
@font-face {
  font-family: 'PeydaWeb';
  src: url('../../public/fonts/PeydaWeb-Regular.woff2') format('woff2');
}

:root {
  --main_font: PeydaWeb;
  --primary-color: #225544;
  --gold: #f4c386;
  --third-color: #000000;
}

body {
  font-family: var(--font-family);
  color: var(--primary-color);
}
