/*
Theme Name:  TCC Child
Theme URI:   https://trinitychristiancenter.kinsta.cloud
Description: Trinity Christian Center child theme for GeneratePress
Author:      TCC Web
Template:    generatepress
Version:     1.0.0
Text Domain: tcc-child
*/

@font-face {
    font-family: 'Great Vibes';
    src: url('fonts/great-vibes.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Back to Dashboard link — LifterLMS lesson focus mode */
.tcc-back-to-dashboard {
    display: inline-block;
    margin-bottom: 1.25rem;
    font-size: 0.85rem;
    color: var(--gold, #c9a84c);
    text-decoration: none;
}

.tcc-back-to-dashboard:hover {
    text-decoration: underline;
    color: var(--gold, #c9a84c);
}

/* LifterLMS single course — constrain to match site container */
body.single-course .inside-article,
body.single-course .entry-content,
body.single-course .entry-header {
    max-width: var(--container, 1200px);
    margin-inline: auto;
    padding-inline: 1.25rem;
    width: 100%;
    box-sizing: border-box;
}
