/* fonts.css — Self-hosted Almarai font (RTL Arabic) */

@font-face {
  font-family: 'Almarai';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
    src: local('Almarai'),
      url('/fonts/Almarai-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Almarai';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local('Almarai SemiBold'),
      url('/fonts/Almarai-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Almarai';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local('Almarai Bold'),
       url('/fonts/Almarai-Bold.woff2') format('woff2');
}

html {
  font-family: 'Almarai', sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}
