@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;700&display=swap');

body {

    font-family: 'Prompt', sans-serif;
}
.active.link-secondary{
    font-weight: bold;
    color:#fff;
  }