/*
 * public.css — custom styles for the public (non-admin) pages, on top of
 * vendored Bootstrap 5 (css/bootstrap.min.css). No build step.
 *
 * The marketing home page is self-contained on css/fti-landing.css and does NOT
 * use this file. What remains public-facing here is light: the static legal pages
 * (tos / cookies) and the standalone upload page, which only need the fixed-top
 * navbar offset plus a couple of small affordances.
 *
 * The legacy Bootswatch-era styles (.front-page-*, .table-pricing-*, .arrow_box,
 * .subscription-edit-price) were dropped with the home-page redesign — their only
 * consumers were the now-removed startFreeTrialButton* includes.
 */

/* Offset content below the fixed-top frontend navbar (baseFrontend.html.twig). */
body.frontend{
    padding-top:4.5rem;
}
