/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../../font/poppins/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../font/poppins/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../font/poppins/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../font/poppins/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../font/poppins/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../font/poppins/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../font/poppins/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../font/poppins/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../font/poppins/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../font/poppins/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../font/poppins/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../font/poppins/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../font/poppins/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../font/poppins/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../font/poppins/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../font/poppins/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../font/poppins/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Poppins', sans-serif;
}

/* Brand Colors: Blue & Yellow */
.bg-primary { background-color: #0d6efd !important; }
.text-primary { color: #0d6efd !important; }
.btn-primary { background-color: #0d6efd !important; border-color: #0b5ed7 !important; }
.badge-primary { background-color: #0d6efd !important; }

.bg-warning { background-color: #ffc107 !important; color: #1f2d3d !important; }
.text-warning { color: #ffc107 !important; }
.btn-warning { background-color: #ffc107 !important; border-color: #ffca2c !important; color: #1f2d3d !important; }
.badge-warning { background-color: #ffc107 !important; color: #1f2d3d !important; }

/* Navbar Styling to match brand */
.main-header.navbar { background-color: #0d6efd !important; }
.main-header .navbar-brand, .main-header .navbar-brand .brand-text { color: #ffffff !important; }
.main-header .nav-link { color: #ffffff !important; }
.main-header .nav-link:hover { color: #ffc107 !important; }
.brand-image { border: 2px solid #ffc107; }

/* Info box icons readable on brand colors */
.info-box .info-box-icon { color: #ffffff; }
