@import url("https://use.typekit.net/gcx1qtk.css");

main {
    
    overflow-x: hidden;
}

.header{
    padding:20px;
    margin-bottom:0px;
}

.header-logo span {
    font-weight: 600;
}

.card-body {
    background-color: var(--c-elevation-2);
    align-items:center;
}

.card-body img {
    max-width:180px;
}

.card-title {
    color:var(--c-primary);
    font-family: "Magistral", sans-serif;
    font-weight: 700;
    padding: 15px 15px;
    border: 0px;
}

main.responsive .text-center.mb-4 > img {
  max-height: 800px !important;
  max-width: 100%;
  border-radius: 10px !important;
}

main.responsive .flex.justify-between.mb-6 {
    margin-top: var(--spacing-6);
}

.tablist {
    margin-top: var(--spacing-4);
}