:root {
  /* Cor principal */
  --bs-primary: #F7A600 !important;
  --bs-primary-rgb: 247, 166, 0 !important;
  --bs-primary-bg-subtle: #ffe9b3 !important;
  --bs-primary-border-subtle: #f7a600 !important;
  --bs-primary-text-emphasis: #b37400 !important;

  /* Hover e active */
  --bs-link-color: #F7A600 !important;
  --bs-link-hover-color: #d18c00 !important;
  
  /* Botão sombra */
  --bs-btn-box-shadow-rgb: 230, 196, 129 !important;
  
  /* Dropdown */
  --bs-dropdown-link-active-bg: #e6c481 !important;
  --bs-dropdown-link-hover-bg: #ffe9b3 !important;
  
  /* Inputs e Forms */
  --bs-form-control-focus-border-color: #F7A600 !important;
  --bs-form-control-focus-box-shadow: 0 0 0 0.25rem rgba(247, 166, 0, 0.25) !important;
  
  /* Alerts */
  --bs-alert-primary-bg: #ffe9b3 !important;
  --bs-alert-primary-border-color: #f7a600 !important;
  --bs-alert-primary-color: #b37400 !important;
  
  /* Progress */
  --bs-progress-bar-bg: #F7A600 !important;
  
  /* Pagination */
  --bs-pagination-active-bg: #F7A600 !important;
  --bs-pagination-active-border-color: #F7A600 !important;
  
  /* Badges */
  --bs-badge-bg: #F7A600 !important;
}