@font-face {
  font-family: 'Inter Regular';
  src: url('/Contents/Assets/Themes/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter Semibold';
  src: url('/Contents/Assets/Themes/fonts/Inter-SemiBold.ttf') format('truetype');
}

body { font-family: 'Inter Regular', sans-serif; }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family: 'Inter Semibold', serif; }