/* Font klasörün örneğin /assets/fonts/ veya /public/fonts/ dizinindeyse yolları buna göre ayarla */
@font-face {
  font-family: 'DaxPro';
  src: url('/assets/fonts/dax-pro/DAXPRO-BOLD.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DaxPro';
  src: url('/assets/fonts/dax-pro/DAXPRO-MEDIUM.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DaxPro';
  src: url('/assets/fonts/dax-pro/DAXPRO-REGULAR.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DaxPro';
  src: url('/assets/fonts/dax-pro/DAXPRO-LIGHT.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DaxPro';
  src: url('/assets/fonts/dax-pro/dax-pro-wide-light-italic.otf') format('opentype');
  font-weight: 300; /* Light */
  font-style: italic;
}


:root {
    --bs-primary-rgb: 54, 139, 202;
}

body {
    font-family: 'DaxPro', sans-serif;
    font-size: 0.9rem;
    color: #666;
    font-weight: 300;
    position: relative;
    overflow-x: hidden;
}

fieldset {
    background-color: white;
}

.btn-sm {
    font-size: 0.9rem;
}


tbody td, thead th {
    min-width: 92px;
}

.quantity-card .card-footer table tr td,
.quantity-card .card-footer table tr th {
    padding: 0;
}

.form-control,
.btn,
.form-select {
    border-radius: 1rem;
    line-height: 2rem;
}

.form-label {
    margin-bottom: .2rem;
    font-style: italic;
    margin-left: 0.5rem;
}

.btn-primary {
    background-color: rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}

.btn-light {
    background-color: #d1d2d4;
    border-color: #d1d2d4;
    color: #666;
}

table.table thead tr th {
    background-color: #d1d2d4 !important;
    font-style: italic;
}
