@font-face {
    font-family: 'Octagram';
    src: url('../uploads/fonts/Octagram.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Octagram';
    src: url('../uploads/fonts/Octagram-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Octagram';
    src: url('../uploads/fonts/Octagram.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Octagram';
    src: url('../uploads/fonts/Octagram-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body, h1, h2, h3 {
    font-family: 'Octagram', Arial Medium, Helvetica, sans-serif !important;
}

body, h4, h5, h6, p {
    font-family: 'Octagram-Book', Arial Medium, Helvetica, sans-serif !important;
    font-weight: normal;
}
/* CKEditor Image Alignment Styles */
.image-style-side {
    float: right;
    margin-left: 20px;
    max-width: 50%;
}

.image-style-align-left {
    float: left;
    margin-right: 20px;
}

.image-style-align-right {
    float: right;
    margin-left: 20px;
}

.image-style-align-center {
    display: block;
    margin: 0 auto;
}

.image-style-full {
    width: 100%;
    height: auto;
}

/* Media embed responsive */
.media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.media iframe,
.media object,
.media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}