﻿/* Local font stack for LAN offline use. Optional: place woff2 in this folder later. */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local('Rajdhani'), local('Segoe UI'), local('Tahoma');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: local('Inter'), local('Segoe UI'), local('Tahoma');
}
body { font-family: Inter, 'Segoe UI', Tahoma, sans-serif; }
h1,h2,h3,.guild-name,.page-title,.card-header { font-family: Rajdhani, 'Segoe UI', Tahoma, sans-serif; }
