
/* === Local Font Imports === */
@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BoldLC.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* === Global Theme Variables === */
:root {
  --pbmit-global-color: #01032e;
  --pbmit-secondary-color: #f4a261;
  --pbmit-light-color: #f2f0ee;
  --pbmit-white-color: #ffffff;
  --pbmit-blackish-color: #01032e;
  --pbmit-link-color-normal: #a1d7e4;
  --pbmit-link-color-hover: #f4a261;
  --pbmit-global-color-rgb: #f4a261;
  --pbmit-secondary-color-rgb: rgb(0, 0, 0);
  --pbmit-responsive-breakpoint: 1200px;

  /* Typography */
  --pbmit-body-typography-font-family: 'DMSans', sans-serif;
  --pbmit-body-typography-variant: normal;
  --pbmit-body-typography-font-size: 16px;
  --pbmit-body-typography-line-height: 1.6;
  --pbmit-body-typography-color: #666666;

  --pbmit-heading-typography-font-family: 'Arial', sans-serif;
  --pbmit-heading-color: #a1d7e4;
  --pbmit-heading-font-variant: bold;

  --pbmit-new-color: #f2f0ee;

  --pbmit-btn-typography-font-family: 'DMSans', sans-serif;
  --pbmit-btn-typography-variant: 500;
  --pbmit-btn-typography-font-size: 13px;
  --pbmit-btn-typography-line-height: 24px;
}

