@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");

@font-face {
  font-family: "Proxima Nova Medium";
  src: url("https://tmr-public-download.s3.eu-central-1.amazonaws.com/proximanova-medium.otf")
    format("opentype");
}

@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("https://tmr-public-download.s3.eu-central-1.amazonaws.com/proximanova-semibold.otf")
    format("opentype");
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("https://tmr-public-download.s3.eu-central-1.amazonaws.com/proximanova-bold.otf")
    format("opentype");
}

strong {
  font-weight: normal;
  font-family: "Proxima Nova Bold", sans-serif;
}

* {
  font-family: "Proxima Nova Medium", sans-serif;
}

:root {
  --ym-brand-primary: #0056a6;
}

.nav-link,
.btn-link {
  color: var(--ym-brand-primary);
}
.btn-primary,
.btn-outline-primary:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--ym-brand-primary);
}

.btn-outline-primary {
  border-color: var(--ym-brand-primary);
  color: var(--ym-brand-primary);
}

.card {
  position: relative;
}

.blue-square {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--ym-brand-primary);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 12px;
}
