/* Gotham Rounded Light */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Gotham Rounded Light Italic */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Gotham Rounded Book (acts as Regular) */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Gotham Rounded Book Italic */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-BookItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Gotham Rounded Medium */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gotham Rounded Medium Italic */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Gotham Rounded Bold */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gotham Rounded Bold Italic */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/wp-content/themes/kingster/fonts/gotham-rounded/GothamRnd-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ===== Apply Gotham Rounded site-wide ===== */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
ul, ol, li,
button, input, select, textarea,
nav, header, footer,
.widget, .widget-title,
.site-title, .site-description,
.main-navigation, .main-navigation a,
.sub-menu, .sub-menu a,
.dropdown-menu, .dropdown-menu a,
.menu, .menu a, .menu-item, .menu-item a,
.primary-menu, .primary-menu a,
.secondary-menu, .secondary-menu a,
.site-footer, .site-footer a,
.entry-title, .entry-content,
blockquote, cite,
label, legend, figcaption,
.table, th, td,
.comment-content, .comment-author,
.wp-block-button__link,
.form-submit input,
.alert, .notice, .message {
  font-family: 'Gotham Rounded', sans-serif !important;
}



