
@font-face {
    font-family: 'GillSans';
    src: url('fonts/Gill-Sans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GillSans';
    src: url('fonts/Gill-Sans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GillSans';
    src: url('fonts/Gill-Sans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('fonts/Gotham-Rounded-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadWebPro';
    src: url('fonts/MyriadPro-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "MyriadWebPro";
    src: url('fonts/MyriadPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: "MyriadWebPro";
    src: url('fonts/MyriadPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Altivo';
    src: url('fonts/altivo-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.block-editor-block-list__layout h2,
.block-editor-block-list__layout p{
    font-family: 'GillSans';
}

.block-editor-block-list__block.wp-block-group{
	padding-top: 50px;
	padding-bottom: 50px;
}