/**
 * Lettertypen
 *
 * De site draaide op Roboto voor alles en Lato voor de kleine cursieve
 * tekstjes. Dit bestand zet daar twee schreefloze families voor in de plaats:
 * Outfit voor de koppen, de knoppen en het menu, Inter voor de lopende tekst,
 * de links en de formulieren. Groottes, gewichten en regelafstanden blijven
 * ongemoeid; alleen de familie verandert.
 *
 * Waarom hier en niet in de thema-instellingen: het thema schrijft zijn
 * lettertyperegels naar wp-content/uploads/cmsmasters_styles/dance-studio.css.
 * Dat bestand staat buiten deze repository en wordt niet aangeraakt. De
 * selectors hieronder zijn een-op-een uit dat bestand overgenomen, zodat elke
 * regel evenveel gewicht heeft als het origineel en het puur op volgorde wint:
 * deze stylesheet laadt erna.
 *
 * Wijzigt iemand ooit de lettertype-instellingen van het thema, dan blijft de
 * familie hier staan en veranderen alleen de groottes mee. Nieuwe selectors uit
 * een volgende themaversie staan hier dan niet in; die vallen terug op Roboto,
 * dat in de reeks blijft staan als vangnet.
 *
 * De bestanden staan lokaal in ../fonts/. Er gaat geen enkel verzoek naar
 * Google, net als bij Roboto en Lato hiervoor.
 */


/* ---------- @font-face ---------- */

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/outfit-300-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/outfit-300-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/outfit-400-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/outfit-400-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/outfit-700-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/outfit-700-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-400-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-400-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/inter-700-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/inter-700-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-400-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-400-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* ---------- Koppen, knoppen en menu: Outfit ---------- */

#navigation > li > a,
#navigation ul li a,
#navigation > li > a > span > span.nav_subtitle,
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a > span > span.nav_subtitle,
h1,
h1 a,
#header .logo .title,
.cmsmasters_pricing_table .cmsmasters_currency,
.cmsmasters_pricing_table .cmsmasters_price,
.cmsmasters_pricing_table .cmsmasters_coins,
.post.format-aside .cmsmasters_post_cont .cmsmasters_post_content,
.post.format-status .cmsmasters_post_cont .cmsmasters_post_content,
.cmsmasters_search_post .cmsmasters_search_post_title,
.cmsmasters_search_post .cmsmasters_search_post_title a,
.cmsmasters_dropcap,
.cmsmasters_icon_list_items.cmsmasters_icon_list_icon_type_number .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
.cmsmasters_icon_box.box_icon_type_number:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.box_icon_type_number .icon_box_heading:before,
h2,
h2 a,
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap,
.cmsmasters_search_post_number,
h3,
h3 a,
.cmsmasters_post_info .cmsmasters_post_date .cmsmasters_year,
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a,
.post.cmsmasters_timeline_type.format-status .cmsmasters_post_cont .cmsmasters_post_content,
.post.cmsmasters_timeline_type.format-aside .cmsmasters_post_cont .cmsmasters_post_content,
h4,
h4 a,
.post.cmsmasters_masonry_type.format-status .cmsmasters_post_cont .cmsmasters_post_content,
.post.cmsmasters_puzzle_type.format-status .cmsmasters_post_cont .cmsmasters_post_content,
.cmsmasters_posts_slider .post.format-status .cmsmasters_post_cont .cmsmasters_post_content,
.post.cmsmasters_masonry_type.format-aside .cmsmasters_post_cont .cmsmasters_post_content,
.post.cmsmasters_puzzle_type.format-aside .cmsmasters_post_cont .cmsmasters_post_content,
.cmsmasters_posts_slider .post.format-aside .cmsmasters_post_cont .cmsmasters_post_content,
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a,
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
.cmsmasters_quotes_slider.cmsmasters_quotes_slider_type_center .quote_content,
.cmsmasters_quotes_slider.cmsmasters_quotes_slider_type_center .quote_content a,
h5,
h5 a,
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
.cmsmasters_tabs .cmsmasters_tabs_list .cmsmasters_tabs_list_item > a,
.post.format-chat .cmsmasters_post_cont .cmsmasters_chat .cmsmasters_chat_item .cmsmasters_chat_author_time .cmsmasters_chat_author,
.cmsmasters_quotes h6.quote_title,
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title > a,
h6,
h6 a,
.button,
input[type=submit],
input[type=button],
button,
dl dt,
table.shop_attributes th,
fieldset legend,
.cmsmasters_post_read_more,
blockquote footer,
.cmsmasters_project_button .cmsmasters_project_read_more,
.cmsmasters_post_info .cmsmasters_post_date .cmsmasters_day_mon,
.post.cmsmasters_masonry_type.format-chat .cmsmasters_post_cont .cmsmasters_chat .cmsmasters_chat_item .cmsmasters_chat_author_time .cmsmasters_chat_author,
.post.cmsmasters_timeline_type.format-chat .cmsmasters_post_cont .cmsmasters_chat .cmsmasters_chat_item .cmsmasters_chat_author_time .cmsmasters_chat_author,
.post.cmsmasters_puzzle_type.format-chat .cmsmasters_post_cont .cmsmasters_chat .cmsmasters_chat_item .cmsmasters_chat_author_time .cmsmasters_chat_author,
.cmsmasters_posts_slider .post.format-chat .cmsmasters_post_cont .cmsmasters_chat .cmsmasters_chat_item .cmsmasters_chat_author_time .cmsmasters_chat_author,
#cancel-comment-reply-link,
.cmsmasters_search_post .cmsmasters_search_post_number_wrap .cmsmasters_post_type_label,
.header_top_inner .meta_wrap,
.header_top_inner .meta_wrap *,
.cmsmasters_button,
.cmsmasters_search_post_cont_info,
.cmsmasters_search_post_cont_info a,
.cmsmasters_single_product .cmsmasters_product_right_column .product_title,
.cmsmasters_single_product .cmsmasters_product_right_column .price,
.cart_totals > h2,
.shipping_calculator > h2,
.shipping_calculator > h2 a,
.cmsmasters_products .product .product_outer .product_inner .cmsmasters_product_info .price,
.shop_table thead th,
.cmsmasters_products .product .woocommerce-loop-category__title,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.widget_shopping_cart_content .cart_list li .quantity,
.widget_shopping_cart_content .total strong,
.widget_shopping_cart_content .total .amount,
.product_list_widget li .amount,
.woocommerce-info,
.woocommerce-info a,
.woocommerce-message,
.woocommerce-message a,
.woocommerce-error,
.woocommerce-error a,
.cart_totals table tr.cart-subtotal,
.cart_totals table tr.order-total,
.cart_totals table tr.cart-subtotal th,
.cart_totals table tr.order-total th,
ul.order_details li > span,
.checkout #order_review table tr th.product-name,
.checkout #order_review table tr th.product-total,
.checkout #order_review table tr.cart-subtotal td,
.checkout #order_review table tr.cart-subtotal td *,
.checkout #order_review table tr.order-total td,
.checkout #order_review table tr.order-total td *,
.checkout #order_review table tr.cart-subtotal th,
.checkout #order_review table tr.order-total th,
.shop_table.order_details thead tr:first-child th,
.shop_table.order_details thead tr:first-child td,
.shop_table.order_details tfoot tr:first-child th,
.shop_table.order_details tfoot tr:first-child td,
.shop_table.order_details tfoot tr:first-child td *,
.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td,
.shop_table.order_details tfoot tr:last-child td *,
.cmsmasters_products .product .product_outer .product_inner .cmsmasters_product_header .cmsmasters_product_title,
.cmsmasters_products .product .product_outer .product_inner .cmsmasters_product_header .cmsmasters_product_title a,
.shop_table td.product-name,
.shop_table td.product-name a,
.widget_shopping_cart_content .cart_list li a,
.cmsmasters_added_product_info .cmsmasters_added_product_info_text,
.product_list_widget li > a,
.h1_font,
.h2_font,
.event_layout_4 table.tt_timetable .event .hours,
ul.tt_upcoming_events li .tt_upcoming_events_event_container,
.tt_timetable.small .tt_items_list li .event_header,
.tt_tabs_navigation li a,
.h6_font,
table.tt_timetable th,
.tt_booking .tt_booking_message > div .tt_btn,
.tabs_box_navigation .tabs_box_navigation_selected,
.wp-block-table th,
.wp-block-table th a,
.wp-block-freeform.mce-content-body > table th,
.wp-block-freeform.mce-content-body > table th a,
.editor-styles-wrapper .wp-block-calendar caption,
body .editor-styles-wrapper h1,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h1,
.editor-post-title__block .editor-post-title__input,
body .editor-styles-wrapper h2,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2,
h2.editor-rich-text__tinymce,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-text,
body .editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h3,
body .editor-styles-wrapper h4,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h4,
body .editor-styles-wrapper h5,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h5,
body .editor-styles-wrapper h6,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h6,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
	font-family: 'Outfit', 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}


/* ---------- Lopende tekst, links en formulieren: Inter ---------- */

body,
blockquote footer,
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner,
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner a,
a,
.subpage_nav > strong,
.subpage_nav > span,
.subpage_nav > a,
.cmsmasters_tabs.lpr .cmsmasters_tabs_list .cmsmasters_tabs_list_item > a,
small,
form .formError .formErrorContent,
.cmsmasters_archive_type .cmsmasters_archive_item_type,
.quote_subtitle,
.cmsmasters_post_category a,
.cmsmasters_project_category a,
.cmsmasters_profile.vertical .profile .pl_subtitle,
.cmsmasters_profile.horizontal .pl_subtitle,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=tel],
input[type=search],
textarea,
select,
option,
blockquote,
q,
.cart_totals table tr.shipping th,
.checkout #order_review .shop_table th,
.checkout #order_review .shop_table td,
.checkout #order_review .shop_table th *,
.checkout #order_review .shop_table td *,
.shop_table.order_details th,
.shop_table.order_details td,
.shop_table.order_details th *,
.shop_table.order_details td *,
.shop_table.order_details td.product-name,
.shop_table.order_details td.product-name *,
.select2-dropdown,
.cmsmasters_single_product .cmsmasters_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .description,
.cmsmasters_product_cat a,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-description,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-description p,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-description,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-description p,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-month__multiday-event-bar-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-month__multiday-event-bar-title p,
.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-description,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-week-grid__multiday-event-bar-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe_events,
.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-single-event-description,
.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-single-event-description p,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-venue,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-cost,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-venue,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-cost,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-datetime,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-venue,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-cost,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-venue,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-cost,
.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-cost,
.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-schedule,
.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-schedule *,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-header,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-venue,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-cost,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-header,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-venue,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-cost,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-datetime,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-datetime,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-countdown .tribe-events-widget-countdown__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-countdown .tribe-events-widget-countdown__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__venue-name,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__venue-name a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-datetime-wrapper,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-venue a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-organizer-title-wrapper a,
.cmsmasters_tribe_events_views_v2 .tribe-events .tribe-events-c-nav__next,
.cmsmasters_tribe_events_views_v2 .tribe-events .tribe-events-c-nav__prev,
.cmsmasters_tribe_events_views_v2 .tribe-events-pro .tribe-events-c-small-cta__link,
table.tt_timetable .event,
table.tt_timetable .event a,
table.tt_timetable .event .event_header,
table.tt_timetable .event .hours,
ul.tt_upcoming_events li .tt_upcoming_events_event_container *,
.link_font,
.small_font,
.input_font,
.blockquote_font,
body .editor-styles-wrapper,
body .editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-html .block-editor-plain-text,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption,
p.has-drop-cap:not(:focus)::first-letter,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .gallery-item .gallery-caption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-caption dd,
div.wp-block ul,
div.wp-block ul > li,
div.wp-block ol,
div.wp-block ol > li,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p,
.wp-block-freeform,
.wp-block-freeform p,
.wp-block-freeform.mce-content-body,
.editor-styles-wrapper a,
.editor-styles-wrapper .wp-block-file .wp-block-file__textlink .editor-rich-text__tinymce,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.editor-styles-wrapper select,
.editor-styles-wrapper option,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-pullquote,
.editor-styles-wrapper .wp-block-freeform blockquote,
.editor-styles-wrapper .wp-block-freeform blockquote p,
.editor-styles-wrapper q {
	font-family: 'Inter', 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}


/* ---------- Evenementen: het thema zet daar !important op ---------- */

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction,
.cmsmasters_tribe_events_views_v2 .tribe-events-single *,
.cmsmasters_tribe_events_views_v2 .tribe-events *,
.cmsmasters_tribe_events_views_v2 .tribe-events-pro *,
.tribe-events-calendar-month__calendar-event-tooltip * {
	font-family: 'Inter', 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
}

.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-single-event-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-title a,
.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-single ul.tribe-related-events li .tribe-related-events-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-title a,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-title a,
.cmsmasters_tribe_events_views_v2 .cmsmasters_sidebar .widgettitle,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-countdown .tribe-events-widget-countdown__header-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__header-title,
.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__header-title {
	font-family: 'Outfit', 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
}


/* ----------------------------------------------------------------------
   Rooster
   De timetable-plugin zet zijn eigen Lato neer, buiten de regels van het
   thema om. Dat is het lesrooster, dus tabelwerk: dat hoort bij de
   tekstletter.
   ---------------------------------------------------------------------- */

.tt_timetable,
.tt_timetable td,
.tt_timetable th,
.tt_timetable span,
.tt_timetable a,
.tt_timetable .tt_tooltip_content,
.tt_responsive .tt_timetable.small .tt_items_list span,
.tt_event_container,
.tt_event_container span,
.tt_upcoming_events_list,
.tt_upcoming_events_list span,
.tt_event_theme_page,
.tt_event_theme_page h5,
.tt_event_theme_page span,
.tt_event_theme_page a,
.timetable_event_template,
.qtip-content {
	font-family: 'Inter', 'Lato', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}


/* ----------------------------------------------------------------------
   Het grote aanhalingsteken boven een citaat staat in het thema los van de
   rest op Roboto, als los teken in een ::before. Dat is sierwerk, dus het
   gaat mee met de koppenletter.
   ---------------------------------------------------------------------- */

blockquote:before,
.cmsmasters_quotes_slider.cmsmasters_quotes_slider_type_box .cmsmasters_quote_inner .quote_content > p:before,
.quote_grid .quote_content:before {
	font-family: 'Outfit', 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
