/* Minimal FontAwesome CSS for Thai Career Assessment */

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Essential icons for the assessment */
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-clock:before { content: "\f017"; }
.fa-question-circle:before { content: "\f059"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }
.fa-redo:before { content: "\f01e"; }
.fa-share:before { content: "\f064"; }
.fa-angle-right:before { content: "\f105"; }
.fa-bars:before { content: "\f0c9"; }

/* Fallback for missing FontAwesome - use Unicode symbols */
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url('data:font/woff2;base64,') format('woff2');
  font-weight: 900;
}

/* Fallback styles when FontAwesome is not loaded */
.fas:before {
  font-family: inherit;
}

.fa-moon:before { content: "🌙"; font-family: inherit; }
.fa-sun:before { content: "☀️"; font-family: inherit; }
.fa-clock:before { content: "🕐"; font-family: inherit; }
.fa-question-circle:before { content: "❓"; font-family: inherit; }
.fa-chart-bar:before { content: "📊"; font-family: inherit; }
.fa-trophy:before { content: "🏆"; font-family: inherit; }
.fa-medal:before { content: "🏅"; font-family: inherit; }
.fa-redo:before { content: "🔄"; font-family: inherit; }
.fa-share:before { content: "📤"; font-family: inherit; }
.fa-angle-right:before { content: "›"; font-family: inherit; }
.fa-bars:before { content: "☰"; font-family: inherit; }