/*
 * Calendar embed overrides — Boys Bar
 *
 * All --ac-* variables are optional. Remove any line to fall back to the
 * embed's built-in default (which already inherits Ghost theme colors).
 *
 * Embed HTML reference:
 *   <div data-calendar-embed
 *        data-ics="https://www.boysbar.de/kalender/calendar.ics"
 *        data-eyebrow="Termine"
 *        data-label-cta="Mehr erfahren"></div>
 *   <script src="https://www.boysbar.de/kalender/embed.js" defer></script>
 *
 * Load this file via Ghost Code Injection (Header):
 *   <link rel="stylesheet"
 *         href="https://cdn.b-ramos.de/code-injection/boysbar/custom/header/calendar.css">
 */

.artist-calendar {
    /* Background */
    /* --ac-bg:          #f6f3ee; */
    /* --ac-bg-elev:     color-mix(in oklch, var(--ac-bg) 88%, #000 4%); */

    /* Text */
    /* --ac-ink:         currentColor; */
    /* --ac-ink-soft:    color-mix(in oklch, var(--ac-ink) 75%, transparent); */
    /* --ac-ink-mute:    color-mix(in oklch, var(--ac-ink) 45%, transparent); */

    /* Rules / borders */
    /* --ac-rule:        color-mix(in oklch, var(--ac-ink) 12%, transparent); */
    /* --ac-rule-soft:   color-mix(in oklch, var(--ac-ink) 7%, transparent); */

    /* Accent (default: Ghost theme accent color) */
    /* --ac-accent:      #e63946; */
    /* --ac-accent-soft: color-mix(in oklch, var(--ac-accent) 18%, transparent); */

    /* Past events dimming */
    /* --ac-past:        color-mix(in oklch, var(--ac-ink) 35%, var(--ac-bg)); */

    /* Fonts */
    /* --ac-serif:       "Newsreader", Georgia, serif; */
    /* --ac-sans:        inherit; */
    /* --ac-mono:        "IBM Plex Mono", ui-monospace, monospace; */
}
