/* @font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto/Roboto.ttf') format('truetype');
    font-display: swap;
} */
@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-display: swap;
}
.site-main{
    font-family: 'Montserrat';
}
figure{
    margin-left: 0;
    margin-right: 0;
}
.wp-block-table{
    margin-top: 28px;
}
table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
table td,
table th{
    border: 1px solid;
    padding: .5em;
    word-break: break-word;
}
.has-text-align-center,
.aligncenter {
    text-align: center;
}
.wp-block-columns,
.is-layout-flex,
.is-cropped{
    display: flex;
}
.is-cropped {
    gap: 30px;
}
.is-cropped .wp-block-image{
    flex: 1;
}
.is-cropped .wp-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp-block-file{
    margin-top: 28px;
}
.wp-block-file__content-wrapper{
    gap: 5px;
}
:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em;
}
.wp-block-buttons{
    margin-top: 28px;
}
.wp-block-button__width-100 .wp-element-button{
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.wp-block-button__width-75 .wp-element-button{
    width: 75%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.wp-block-button__width-50 .wp-element-button{
    width: 50%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.wp-block-button__width-25 .wp-element-button{
    width: 25%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}