/* Custom styles for MATAP Worksheets */
:root {
  --azuluma: #0F2C5A;
  --azuluma2: #4DA9C5;
  --ocre: #5480E5;
}

body {
  color: #24292e;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--azuluma);
}

.quarto-title-block .quarto-title-banner {
  background-color: var(--azuluma);
}

.callout.callout-style-default {
  border-left-width: 5px;
}

.callout-note {
  border-left-color: var(--azuluma2) !important;
}

.callout-important {
  border-left-color: var(--azuluma) !important;
}

.callout-tip {
  border-left-color: var(--ocre) !important;
}

/* Custom Example Style */
.example {
  padding: 1.5em;
  margin: 1em 0;
  border-left: 3px solid var(--ocre);
  background-color: white;
  border-radius: 4px;
}

.example-title {
  font-weight: bold;
  color: var(--azuluma);
  margin-bottom: 0.5em;
  display: block;
}

/* Center all images */
.quarto-figure,
figure {
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
