/* Font Awesome 6.4.0 Local */
@import url('fontawesome.min.css');

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/prompt/Prompt-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/prompt/Prompt-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/prompt/Prompt-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/prompt/Prompt-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/prompt/Prompt-Bold.ttf') format('truetype');
}

/* Global Fix for Icons */
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands { 
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome' !important; 
}

/* Global Typography - System Wide */
body, button, input, optgroup, select, textarea, option {
    font-family: 'Prompt', 'Sarabun', system-ui, -apple-system, sans-serif !important;
}

body {
    font-weight: 400; /* Modern, thinner look as requested */
}
