:root {
  --ttte-lightblue: #00b0ff;
  --ttte-darkblue: #005180;
  --ttte-white: #ffffff;
  --ttte-red: #ff0000;
  --ttte-yellow: #fff200;
  --ttte-green: #1e9600;
  --ttte-gray: #a1a1a1;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-8 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.bg-ttte-white{
    background-color: var(--ttte-white);
}

.fc-ttte-lightblue {
    color: var(--ttte-lightblue);
}
.fc-ttte-white{
    color: var(--ttte-white);
}

.mt--3 {
  margin-top: -1rem !important;
}

.mt--4 {
  margin-top: -1.5rem !important;
}

.mt--5 {
  margin-top: -3rem !important;
}


.corner-10 {
    border-radius: 10px;
}
.corner-15 {
    border-radius: 15px;
}
.corner-20 {
    border-radius: 20px;
}
.corner-25 {
    border-radius: 25px;
}