/*
Theme Name:   Flatsome Child - RIIC
Description:  Flatsome Child Theme for RIIC Wedding Planner
Author:       RIIC Team
Template:     flatsome
Version:      1.1.0
Text Domain:  flatsome-child
*/

:root {
  --riic-bg: #f5f2ed;
  --riic-text: #1a1a1a;
  --riic-muted: #333333;
}

/* Shared typography (all RIIC templates) */
.riic-template,
.riic-template :where(h1, h2, h3, h4, h5, h6, p, li, a, span, em, strong, .button, button, .ux-text) {
  font-family: "1FTV VIP Dagine", Georgia, "Times New Roman", serif;
}

.riic-template .riic-title {
  font-weight: 400;
  color: var(--riic-text);
}

.riic-template .riic-body {
  color: var(--riic-muted);
  line-height: 1.85;
}

.riic-page #content {
  padding: 0;
}

.riic-page .row-main,
.riic-page .col-inner {
  max-width: none;
}