/* some classic bootstrap variables*/

:root {
  /* Colors */
  --bs-primary: #2b2863;
  --bs-primary-rgb: 43, 40, 99;
  --bs-secondary: #89bdd6;
  --bs-secondary-rgb: 137, 189, 214;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-white: #fefffe;
  --bs-white-rgb: 254, 255, 254;

  /* Typography 
  --bs-font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-fiont-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  */
  
  /* Font size */
  --bs-font-size-base: 1rem;
  --bs-line-height-base: 1.5;

  /* Spacing */
  --bs-spacing: 1rem;

  --bs-heading-color: #2b2863;
  --bs-body-color: #2b2863;


  --bs-gutter-x:0;
}
