/* Font Geral */

body { font-family: "Montserrat", sans-serif !important; }


/* Cores do menu e header */

  nz-sider {
    background: #1D3163 !important;
  }
  
  nz-header {
    background: #1D3163 !important;
  }
  
  .ant-menu {
    background: #1D3163 !important;
  }

  .bd-l-10 {
    border-left: 10px solid #0A7ABF !important;
}