/* Cassiopeia colour overrides only */
:root {
  --cassiopeia-color-primary: #1F7A7A;
  --cassiopeia-color-link: #1F7A7A;
  --cassiopeia-color-hover: #4FB3B3;

  --bs-primary: #1F7A7A;
  --bs-link-color: #1F7A7A;
  --bs-link-hover-color: #4FB3B3;

  --body-bg: #FAFAF8;
  --body-color: #2B2B2B;
}
/* remove edit from frontend*/
/**/
.icons {
  display: none !important;
}

/*headings*/
/* Headings follow primary colour */
h1, h2, h3, h4, h5 {
  color: var(--cassiopeia-color-primary);
   font-weight: 400;
}

.container-footer {
 
  border-top: 3px solid var(--body-color);
}
/* --- Header / Navigation --- */
.container-header {
 
  border-bottom: 3px solid var(--body-color);
}

/* Change font and size for the main menu */
.container-header .mod-menu {
    font-family: 'YourFontName', sans-serif;
    font-size: 1.1rem;
}

/* Adjust spacing between menu items */
.container-header .mod-menu li {
    padding-left: 5px; 
    padding-right: 5px;
}

/* Target the dropdown links specifically */
.mod-list li .mod-menu__sub a {
   /*  font-family: 'YourFontName', sans-serif; Set your font */
    font-size: 1rem;                        /* Adjust text size */
    font-weight: 400;                       /* Adjust thickness */
    /*color: #444;                             Change text color */
}