@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.gloock-regular {
    font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1rem;
}

.playfair{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .05rem;
}

h1, h2, h3, h4, h5 {
    font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.3rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.gradient-background {
    background: linear-gradient(to right, #B02608, #FF774E);
}

.service-icon{
    width:100px;
    height:100px;
}

.divider{
    width:100px;
    height:2px;
}

.divider-container{
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flex-gap-5 {
    display: flex;
    gap: 3rem; /* Bootstrap spacing 5 = 3rem */
  }

@media (min-width: 768px) {
    .w-md-50{
        width: 50% !important;
    }
}

.wp-block-table.unstyled-table,
.wp-block-table.unstyled-table table {
  all: unset;
  display: table;
  width: auto;
}

.wp-block-table.unstyled-table tr {
  display: table-row;
}

.wp-block-table.unstyled-table td {
  display: table-cell;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
}

.wp-block-table.unstyled-table strong {
  font-weight: bold;
}