Home » Football » Nurnberg II (Germany)

Nürnberg II Squad & Stats: Bayernliga Süd Highlights

Nuremberg II: A Comprehensive Analysis for Sports Bettors

Overview / Introduction about the Team

Nuremberg II, also known as SpVgg Greuther Fürth II, is a German football team based in Fürth. Competing in the 3. Liga, the third tier of German football, they play under the guidance of their current manager. The team employs a 4-3-3 formation to maximize their offensive and defensive capabilities.

Team History and Achievements

Founded in 1903, Nuremberg II has a rich history marked by several notable achievements. They have secured multiple league titles and have been consistent contenders for promotion to higher divisions. Notable seasons include their championship-winning campaigns in regional leagues.

Current Squad and Key Players

The squad boasts talented players such as Marco Meyerhöfer (Midfielder) and Max Christiansen (Striker), who are pivotal to the team’s performance. Their roles and statistics highlight their impact on both ends of the pitch.

Team Playing Style and Tactics

Nuremberg II is known for its aggressive playing style, focusing on high pressing and quick transitions. Their 4-3-3 formation allows them to maintain a solid defense while exploiting counter-attacks.

Interesting Facts and Unique Traits

The team is affectionately nicknamed “Die Kleeblätter” (The Clover Leaves) by their passionate fanbase. They have fierce rivalries with local teams, adding an extra layer of excitement to their matches.

Lists & Rankings of Players, Stats, or Performance Metrics

  • Top Performers:
    • Marcus Meyerhöfer – Midfielder – ✅ High Pass Accuracy
    • Johannes Geis – Forward – 💡 Top Scorer Last Season
  • Team Stats:
    • Average Goals per Match: 1.8 🎰 Consistent Attackers
    • Possession Rate: 55% ❌ Room for Improvement Defensively

Comparisons with Other Teams in the League or Division

Nuremberg II often finds themselves compared to teams like SV Wehen Wiesbaden due to similar tactical approaches and league standings. Both teams emphasize strong midfield play but differ in defensive strategies.

Case Studies or Notable Matches

A standout match was their victory against SC Verl last season, which showcased their tactical prowess and ability to perform under pressure.

Tables Summarizing Team Stats, Recent Form, Head-to-Head Records, or Odds

Statistic Nuremberg II
Last 5 Matches Result W-W-D-L-W
Average Goals Scored per Match 1.6
Average Goals Conceded per Match 1.4
Last Head-to-Head vs SC Verl Result 3-1 Win 🎰 Strong Performance!
Odds for Next Match Win/Loss/Draw* +150/-120/+110*

Tips & Recommendations for Analyzing the Team or Betting Insights (💡 Advice Blocks)

  • Focus on player form: Track key players’ performances in recent matches for better betting decisions.
  • Analyze head-to-head records: Historical data can provide insights into likely outcomes against specific opponents.
  • Consider team tactics: Understanding Nuremberg II’s playing style can help predict match dynamics.

Quotes or Expert Opinions about the Team (Quote Block)

“Nuremberg II’s strategic depth makes them a formidable opponent in any match.” – Football Analyst John Doe.

Pros & Cons of the Team’s Current Form or Performance (✅❌ Lists)

  • Potential Strengths:
    • ✅ Strong offensive lineup capable of scoring multiple goals per match.
    • ✅ Effective midfield control that dictates game tempo.
  • Potential Weaknesses:
    • ❌ Defensive lapses leading to conceding goals late in matches.
    • ❌ Inconsistent performances against top-tier teams.

    benjaminjoseph/scala-js-react/src/main/scala/react/package.scala
    package org.scalajs.react

    import scala.scalajs.js
    import scala.scalajs.js.annotation.JSImport

    import js.annotation._
    import js.{Promise => JSPromise}

    package object dom {
    @js.native
    @JSImport(“react-dom”, JSImport.Namespace)
    object ReactDOM extends js.Object {

    def render(vdom: VdomElement,
    container: js.Any,
    callback: js.Function0[Unit]): Unit = js.native

    def hydrate(vdom : VdomElement,
    container : js.Any,
    callback : js.Function0[Unit]): Unit = js.native

    def unmountComponentAtNode(container : js.Any): Boolean = js.native

    def findDOMNode(componentOrElement : Any): Element = js.native

    val version : String = js.native

    val unstable_batchedUpdates[T](f : () => T) : T = js.native

    val unstable_renderSubtreeIntoContainer[T](
    parentComponent : Component[js.Object],
    vdom : VdomElement,
    container : Element | DocumentFragment | null,
    callback : Option[js.Function0[Unit]]
    )(
    implicit evTJSAnyRefT : T =:= JSPromise[js.Dynamic]
    ) =
    evTJSAnyRefT match {
    case true =>
    ReactDOM.unsafe_unstable_renderSubtreeIntoContainer(parentComponent,vdom,container,callback)
    case false =>
    ReactDOM.unstable_renderSubtreeIntoContainer(parentComponent,vdom,container,callback.asInstanceOf[js.UndefOr[Nothing]])
    }

    @js.native
    private[react] object unsafe_unstable_renderSubtreeIntoContainer extends js.Object {
    def apply[T](
    parentComponent : Component[js.Object],
    vdom : VdomElement,
    container : Element | DocumentFragment | null,
    callback : Option[js.Function0[Unit]]
    )(
    implicit evTJSAnyRefT : T =:= JSPromise[js.Dynamic]
    ) =
    evTJSAnyRefT match {
    case true =>
    ReactDOM.unsafe_unstable_renderSubtreeIntoContainer(parentComponent,vdom,container,callback.asInstanceOf[js.UndefOr[JSPromise[js.Dynamic]]])
    case false =>
    ReactDOM.unsafe_unstable_renderSubtreeIntoContainer(parentComponent,vdom,container,callback.asInstanceOf[js.UndefOr[Nothing]])
    } :
    T

    @JSName(“apply”)
    @js.native
    def apply[T](
    parentComponent_? : UndefOr[Component[js.Object]],
    vdom_? : UndefOr[VdomElement],
    container_? : UndefOr[Element | DocumentFragment | null],
    callback_? : UndefOr[js.Function0[Unit]]
    )(
    implicit evTJSAnyRefT : T =:= JSPromise[js.Dynamic]
    ) =
    evTJSAnyRefT match {
    case true =>
    ReactDOM.unsafe_unstable_renderSubtreeIntoContainer(
    parentComponent_,
    vdom_,
    container_,
    callback_.asInstanceOf[UndefOr[JSPromise[js.Dynamic]]]
    )

    case false =>
    ReactDOM.unsafe_unstable_renderSubtreeIntoContainer(
    parentComponent_,
    vdom_,
    container_,
    callback_.asInstanceOf[UndefOr[Nothing]]
    )

    } :
    T

    }

    type RootTagType =
    RootTag |
    HTMLElement |
    SVGForeignObjectElement |
    SVGImageElement |
    SVGSVGElement |
    SVGSwitchElement |
    SVGSymbolElement |
    SVGUseElement

    type RootTag =
    HTMLUnknownElement |
    HTMLCanvasElement |
    HTMLDocument |
    HTMLScriptElement

    type Element =
    HTMLElement |
    SVGForeignObjectElement |
    SVGImageElement |
    SVGSVGElement |
    SVGSwitchElement |
    SVGSymbolElement |
    SVGUseElement

    type DOMRectReadOnly =

    DOMRect

    trait DOMPointReadOnly extends DOMPointLike {

    override def x(): Double

    override def y(): Double

    override def z(): Double

    override def w(): Double

    }

    trait DOMPointLike extends DOMRectReadOnly {

    override def x(): Double

    override def y(): Double

    override def z(): Double

    override def w(): Double

    }

    }
    <|file_sep.html

    ScaledNumeric.ScaledNumberOps.isWholeNumber method – Scala Documentation (Scaladoc)

    /* div > div.content {
    display:block;
    }

    }*/

    /*@media screen {

    #main-header:before {

    height:auto;

    background-image:none;

    }

    }*/

    body {
    padding-top:@header-height + 15px;
    }
    div#content > div > div.content {

    max-width:@site-max-width;

    padding-right:@sidebar-width + (@site-gutter-width * 6);

    padding-left:@site-gutter-width;

    }

    @media only screen {

    #leftcolumn {

    left:@sidebar-width + (@site-gutter-width * 6);

    width:@sidebar-width;

    }
    }

    @media print {

    #main-header:before {

    height:auto;

    background-image:none;

    }

    }

    table.diagram th:first-child,

    table.diagram td:first-child,

    table.diagram th:last-child,

    table.diagram td:last-child {

    border-color:black !important;

    }

    table.diagram th:first-child,

    table.diagram td:first-child {

    border-left-color:black !important;

    }

    table.diagram th:last-child,

    table.diagram td:last-child {

    border-right-color:black !important;

    }

    div#search-area {

    display:none !important;

    }

    div.search-area {

    position:relative;

    top:-@header-height -15;

    left:-@site-gutter-width;

    width:@site-max-width;

    }

    div.search-area input[type=text] {

    font-size:@font-size-base;

    width:@site-max-width – (@site-gutter-width * 4);

    box-shadow:none;

    outline:none;

    padding-left:@padding-base-horizontal + (@font-size-base / 4);

    padding-right:@padding-base-horizontal + (@font-size-base / 4);

    border-radius:(@border-radius-base / @font-size-base) * @font-size-base;

    }

    div.search-area button {

    position:absolute;

    top:-(@button-padding-vertical + (@button-line-height-computed – @font-size-small)) / 4;

    right:-@button-padding-horizontal / 4;

    width:auto !important;

    box-shadow:none !important;

    outline:none !important;

    border-radius:(@border-radius-base / @font-size-base) * @font-size-base !important;

    }

    div.search-area button i.glyphicon-search {

    color:white !important;

    }

    div.search-area button:hover i.glyphicon-search {

    color:white !important;

    }

    div.search-area button:hover,

    div.search-area button:focus,

    div.search-area button.focus,

    div.search-area button.active,

    div.search-area button.btn-primary.active,

    fieldset[disabled] div.search-area button.active {

    background-color:white !important;

    }

    body.show-search-form div.search-area input[type=text],

    body.show-search-form div.search-area input[type=text]:focus,

    body.show-search-form div.search-area input[type=text]:active,

    body.show-search-form div.search-area input[type=text].active,

    body.show-search-form div#search-results-container #search-results ul li a:hover span.docname,

    body.show-search-form div#search-results-container #search-results ul li a:focus span.docname,

    body.show-search-form div#search-results-container #search-results ul li a.active span.docname {

    color:white !important;

    }

    a.list-group-item.list-group-item-simple-doc-link:hover,

    a.list-group-item.list-group-item-simple-doc-link:focus,

    a.list-group-item.list-group-item-simple-doc-link.active,

    a.list-group-item.list-group-item-simple-doc-link.selected,

    a.list-group-item.list-group-item-simple-doc-link.selected:hover,

    a.list-group-item.list-group-item-simple-doc-link.selected:focus,

    a.simple-list-link:hover span.docname,

    a.simple-list-link:focus span.docname,

    span.nav-treeview-active > ul > li > a.simple-list-link.active span.docname {

    color:white !important;

    }

    .table th:not(:first-of-type),

    .table td:not(:first-of-type),

    .table tr:first-of-type th:not(:first-of-type),

    .table tr:first-of-type td:not(:first-of-type) {

    vertical-align:text-top;

    }

    pre.prettyprint{

    word-wrap:normal;

    }

    .prettyprint.linenums{

    line-height:normal;

    }

    pre.prettyprint.linenums{

    line-height:normal;

    }

    pre.prettyprint.linenums code{

    white-space:normal;

    }

    /*

    * Since we no longer support scopes we need this hacky workaround

    * since there are still some code blocks that have negative margins

    */

    code[class*=language]{

    margin-top:-0.5em;

    }

    /*

    * This ensures that any links inside code blocks don’t get highlighted.

    * This shouldn’t be needed anymore but some generated docs still do this.

    */

    pre code a{

    text-decoration:none;

    }

    /*

    * Fixes an issue where when scrolling through source files using

    * ctrl+click on links it will scroll down too far.

    */

    pre.sourceCode{

    overflow-x:hidden;

    }

    /*

    * Fixes an issue where when scrolling through source files using

    * ctrl+click on links it will scroll down too far.

    */

    pre.prettyprint{

    overflow-x:hidden;

    }

    /*

    * Fixes an issue where when scrolling through source files using

    * ctrl+click on links it will scroll down too far.

    */

    pre.prettyprint.linenums{

    overflow-x:hidden;

    }

    /*

    * Adds horizontal padding back into code blocks since they were removed

    * due to issues with line numbers being cut off.

    */

    code[class*=language],

    pre[class*=language]{

    padding-left:.5em;

    }

    /*

    * Adds horizontal padding back into code blocks since they were removed

    * due to issues with line numbers being cut off.

    */

    pre.prettyprint{

    padding-left:.5em;

    }

    /*

    *

    */

    code[class*=language-javascript],

    pre[class*=language-javascript]{

    white-space:-moz-pre-wrap!important;/* Mozilla */

    white-space:-pre-wrap!important;/* Opera */

    white-space:-o-pre-wrap!important;/* Opera

    only */

    word-wrap:b9!important;/* IE

    version

    9 */

    white-space:normal!important;/* Since

    CSS

    supports

    white-space:

    normal

    now.

    */

    }

    /*
    *
    */

    code[class*=language-ruby],

    pre[class*=language-ruby] {

    line-break-inside:false;
    }

    /*
    *
    */

    code[class*=language-php],

    pre[class*=language-php] {

    line-break-inside:false;
    }

    /*
    *
    */

    code[class*=language-plsql],

    pre[class*=language-plsql] {

    line-break-inside:false;
    }

    /*
    *
    */

    code[class*=language-scala],

    pre[class*=language-scala] {

    line-break-inside:false;
    }

    /*
    *
    */

    code[class*=language-python],

    pre[class*=language-python] {

    line-break-inside:false;
    }

    /*
    *
    */

    code.language-csharp,

    pre.language-csharp {

    word-break:normal;
    }

    /*
    *
    */

    span.csharp-keyword{

    color:red;
    }

    /*
    *
    */

    span.csharp-keyword.operator{

    color:red;
    }

    /*
    *
    */

    span.csharp-keyword.directive{

    color:red;
    }

    /*
    *
    */

    span.csharp-storage{

    color:green;
    }

    /*
    *
    */

    span.csharp-predefined-class{

    color:aqua;
    }

    /*
    *
    */

    span.csharp-predefined-type{

    color:aqua;
    }

    /*
    *
    */

    span.csharp-operator{

    color:red;
    }

    /*
    *
    */

    ol.linenums{
    counter-reset:item0;

    }

    ol.linenums > li{
    display:inline-block;

    }

    ol.linenums > li::before{
    counter-increment:item0;

    }

    ol.linenums > li::before{
    content:””;float:left;margin-right:.75em;text-align:right;width@linenumbers-fontsize/@linenumbers-padding-horizontal;line-height:@linenumbers-fontsize;padding-left:@linenumbers-padding-horizontal;color:hsl(200,@linenumbers-bg-hue);opacity:.7;font-family:’DejaVu Sans Mono’, ‘Droid Sans Mono’, ‘Bitstream Vera Sans Mono’, Consolas,’Courier New’, CourierNew,Courier,”Andale Mono WT”,Andale_Mono,”Lucida Console”,Lucida_Sans_Type_Writer,Lucida_Sans_Typewriter,”Liberation Mono”,FreeMono,”Nimbus Mono L”,sans-serif;font-size:@linenumbers-fontsize;z-index:-100;text-shadow:-.@linenumbers-padding-horizontal -.@linenumbers-padding-horizontal hsl(200,@linenumbers-bg-hue),.@linenumbers-padding-horizontal -.@linenumbers-padding-horizontal hsl(200,@linenumbers-bg-hue),-.@linenumbers-padding-horizontal.@linenumbers-padding-horizontal hsl(200,@linenumbers-bg-hue),.@linenumbers-padding-horizontal.@linenumbers-padding-horizontal hsl(200,@linenumbers-bg-hue);display:block;margin-left:-(@linenumbers-fontsize/@line-number-border-radius);min-width:@line-number-border-radius*@line-number-border-radius+.75em;border-radius:(@line-number-border-radius*@line-number-border-radius)/(@line-number-border-radius/@lineranges-fontsize)*@lineranges-fontsize}@media only screen {.prettyprint ol.linenums{position:relative;background-color:hsla(200,@lineranges-bg-hue);}.prettyprint ol.linenums li{list-style:none}.prettyprint ol.linenums:before{content:””;position:absolute;top:(-.5*@lineranges-fontsize);bottom:(-.5*@lineranges-fontsize);left:(-.5*@lineranges-fontsize);right:(-.5*@lineranges-fontsize);z-index:-100;background:hsla(200,@lineranges-bg-hue);border-radius:(@lineranges-line-num-margin)*(@lineranges-line-num-margin)/(@lineranges-fontsize)*(@lineranges-fontsize)}}}@media print {.prettyprint ol.linenums{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg==)}.prettyprint ol.linenums:before{content:””;position:absolute;top:(-.5*@printer-linerange-fallback).pt;left:(-.5*@printer-linerange-fallback).pt;height:(@printer-linerange-fallback).pt;width:(@printer-linerange-fallback).pt;z-index:-100;background:hsla(200,@printer-linerange-fallback)}.prettyprint ol.linenums li{list-style:none}}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article aside footer header nav section{display:block}body{margin:0}figcaption figure{display:block}figure img{display:block}[hidden]{display:none}:root{}.svg-inline–fa,.fa,.fab,.fal,.far,.fas{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.svg-inline–fa.fa-w-16,.far.fa-w-16,.fas.fa-w-16{-font-feature-settings:”tnum”}*.fa-xs,.fa-xs{-font-size:.75rem}*>.fa-inverse{-fill-opacity:.9;-stroke-opacity:.9}*+.fab,.fa-brands{*–fa-common-era:*–common-era}*+.fad,*+.fal,*+.far,*+.fas{*–fa-calendar-era:*–gregorian}*+.fab>*{-animation-duration:.15s;-animation-fill-mode:both}*+.fab>*.-float-left{-float:left}*+.fab>*.-float-right{-float:right}*+.fab>*.-ml-auto{-margin-left:auto}*+.fab>*.-mr-auto{-margin-right:auto}*+.fab>*.-mx-auto{-margin-right:auto;-margin-left:auto}*+.fab>*.-my-auto{-margin-top:auto;-margin-bottom:auto}*+.fab>*.-mt-auto{-margin-top:auto}*+.fab>*.-mb-auto{-margin-bottom:auto}*+.fas>*.{background-repeat:no-repeat;background-position:center;background-sizecontain;background-origin:text}-webkit-tap-highlight-colorrgba(255,255,255,.25)!default*-webkit-tap-highlight-colorrgba(255,255,255,.35)!autofont-familysans-serif!default*-apple-systemBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeueArial-sans-serif!apple-systemBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeueArial-sans-serif!system-uiBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeueArial-sans-serif!system-uiSFNSDisplayAppleSDGSSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeuemonospaceui-monospaceSFNSDisplayAppleSDGSSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeuemonospaceui-monospace!apple-systemBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeueAppleSDGSSegoeUIMonospaceui-monospace!apple-systemBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeuemonospaceui-monospace!system-uiBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeuemonospaceui-monospace!system-uiSFNSDisplayAppleSDGSSegoeUIMonospaceui-monospace!apple-systemBlinkMacSystemFontSegoeUIRobotoOxygenUbuntuCantarellFiraSansDroidSansHelveticaNeuemonospaceui-monospace!apple-systemBlinkMacSystemFontSegoeUIRobotoMonoOxygenMonacoUi-monospace!apple-systemBlinkMacSystemFontSFNSDisplayAppleSDGSSegoeUIMonosacoreNewYorkCoreTextSourceCodeProZapfChanceryLuminariOSDigitalMonoMonotypeCorsivaBitstreamVeraSerifLibertinusSerifGeorgiaPalatinoLinotypeURWClassical725BTCharterITCTimesNewRomanPSMTBookAntiquaPTMLibreBodoniModernoOldStandardTTFrankRuhlLibreRequiemScheherazadeMerriweatherGeorgiaCambriaTimesNewRomanPTSerifPalatinoLinotypeURWClassical725BTCharterITCTimesNewRomanPSMTBookAntiquaPTMLibreBodoniModernoOldStandardTTFrankRuhlLibreRequiemScheherazadeMerriweatherGeorgiaCambriaTimesNewRomanPTSerifPalatinoLinotypeURWClassical725BTCharterITCTimesNewRomanPSMTBookAntiquaPTMLibreBodoniModernoOldStandardTTFrankRuhlLibreRequiemScheherazadeMerriweatherGeorgiaCambriaTimesNewRomanPTSerifPalatinoLinotypeURWClassical725BTCharterITCTimesNewRomanPSMTBookAntiquaPTMLibreBodoniModernoOldStandardTTFrankRuhlLibreRequiemScheherazadeMerriweatherGeorgiaCambriaTimesNewRomanPTSerifPalatinoLinotypeURWClassical725BTCharterITCTimesNewRomanPSMTBookAntiquaPTMLibreBodoniModernoOldStandardTTFrankRuhlLibreRequiemScheherazadeMerriweatherGeorgiaCambriaTimesNewRomanPTSerif}.sr-only:not([tabindex]){position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;cliprect(0,0,0,0);overflow:hidden}.sr-only-focusable:not([tabindex]):focus,a.sr-only-focusable:not([tabindex]):focus{position:relative;width:auto;height:auto;padding:.375rem $spacer;.625rem;margin:$spacer;border:$btn-outline-focus-border-radius solid $btn-outline-focus-border-color;text-decoration:none}@media(min-width:$sm){html{text-renderingoptimizeLegibility;-webkit-font-smoothingantialiased}}/*! Font Awesome Solid styles | MIT License | github.com/FortAwesome/Font-Awesome *//*! Font Awesome Free v6.4.3 By @fontawesome – https://fontawesome.com License – https://fontawesome.com/license/free (Icons: CC BY 4.0 Text: SIL OFL 1.1)*/
    /*!
    *
    *
    *
    *
    *
    *
    *
    *
    *
    *
    *
    *
    *
    *
    */

    /*!
    * Bootstrap v5 root variables
    */

    /*!
    * Variables required by default Bootstrap variables before importing Bootstrap itself:
    * $enable-caret Enables caret icon support via `::after` pseudo-element (https://getbootstrap.com/docs/5/theming/icons/#caret-icon-support)
    * $enable-gradients Enables gradient backgrounds via `.gradient-*` utilities (https://getbootstrap.com/docs/5/utilities/background/#gradients)
    * $enable-rounded Enables rounded corners via `.rounded-*` utilities (https://getbootstrap.com/docs/5/utilities/borders/#rounded-corners)
    * $enable-shadows Enables box shadows via `.shadow-*` utilities (https://getbootstrap.com/docs/5/utilities/shadows/)
    */

    /*!
    * Bootstrap core variables and mixins
    */

    /*!
    * Variables required by default Bootstrap variables before importing Bootstrap itself:
    * $enable-caret Enables caret icon support via `::after` pseudo-element (https://getbootstrap.com/docs/5/theming/icons/#caret-icon-support)
    * $enable-gradients Enables gradient backgrounds via `.gradient-*` utilities (https://getbootstrap.com/docs/5/utilities/background/#gradients)
    * $enable-rounded Enables rounded corners via `.rounded-*` utilities (https://getbootstrap.com/docs/5/utilities/borders/#rounded-corners)
    * $enable-shadows Enables box shadows via `.shadow-*` utilities (https://getbootstrap.com/docs/5/utilities/shadows/)
    */

    /*!
    Bootstrap v7 root variables

    Variables available throughout Bootstrap without having to import another file first.

    We use these variables as our global defaults unless overridden within another file.
    For example:
    scss
    // Import custom variables first…
    $primary-red-violet-gradient-lighter?: var(–bs-primary-red-violet-gradient-lighter);

    We intentionally don’t include any CSS here because this file should be imported _before_
    the rest of Bootstrap’s stylesheets so you can use these Sass variable defaults within your own Sass files without having to redeclare all your variable overrides from scratch.

    You may see `null`, `none`, `initial`, etc., used as variable values below which prevents Sass from outputting invalid CSS properties/values like `foo-bar(null)` or `foo-bar(none)` if that variable isn’t set elsewhere before being used in your own Sass files.

    ## Accessibility Considerations ##

    When setting colors you must consider users with [Color Vision Deficiency](https://www.color-blindness.co/) (`daltonism`). There are many online tools that simulate how someone with different types of daltonism would perceive colors such as:

    Type of Color Blindness
    (Abbreviation)
    Protanopia
    (P)
    Protanomaly
    (P