/* ==========================================================================
	#Fonts
========================================================================== */
@font-face {
    font-family: 'Poppins Regular';
    src: url('fonts/poppins-regular.eot');
    src: url('fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/poppins-regular.woff') format('woff'),
    url('fonts/poppins-regular.ttf') format('truetype'),
    url('fonts/poppins-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Regular Italic';
    src: url('fonts/poppins-regular-italic.eot');
    src: url('fonts/poppins-regular-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/poppins-regular-italic.woff') format('woff'),
    url('fonts/poppins-regular-italic.ttf') format('truetype'),
    url('fonts/poppins-regular-italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Semibold';
    src: url('fonts/poppins-semibold.eot');
    src: url('fonts/poppins-semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/poppins-semibold.woff') format('woff'),
    url('fonts/poppins-semibold.ttf') format('truetype'),
    url('fonts/poppins-semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bradley';
    src: url('fonts/bradley.eot');
    src: url('fonts/bradley.eot?#iefix') format('embedded-opentype'),
    url('fonts/bradley.woff') format('woff'),
    url('fonts/bradley.ttf') format('truetype'),
    url('fonts/bradley.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('wysiwyg/fonts/Aptos.eot');
    src: url('wysiwyg/fonts/Aptos.eot?#iefix') format('embedded-opentype'),
            url('wysiwyg/fonts/Aptos.woff2') format('woff2'),
            url('wysiwyg/fonts/Aptos.woff') format('woff'),
            url('wysiwyg/fonts/Aptos.ttf') format('truetype'),
            url('wysiwyg/fonts/Aptos.svg#Aptos') format('svg');
}

.font-regular {
    font-family: 'Poppins Regular';
}

.font-italic {
    font-family: 'Poppins Regular Italic';
}
