/*!
 * AD Weave Design System (ad-typography.css)
 * Version: 1.0
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* This .css file is used for create typography, headings, and content style classes and standards */

/* --------------------------------------------
/* Table of Content
/* --------------------------------------------
   Page Title Style
   Page Subtitle Style
   Font Weight with Variations
*/

/* ============================================
/* Page / Section Title Style
============================================ */
.ad-page-title {
    margin-top:var(--page-title-top-spacer);
    margin-bottom:var(--page-title-bottom-spacer);
}

/* ============================================
/* Font Weight Variation Style
============================================ */
.font-weight-bk {
    font-weight: var(--cc-font-family-aktifoa-book);
}
.font-weight-sb {
    font-weight: var(--cc-font-family-aktifoa-semibold);
}
.font-weight-lt {
    font-weight: var(--cc-font-family-aktifoa-light);
}
.font-weight-bl {
    font-weight: var(--cc-font-family-aktifoa-bold);
}