:root{--color-background:#050505;--color-foreground:#111;--color-light:#eaeaea;--color-border:#9a9a9a;--color-primary:#f26419;--font-base:"Poppins", "Segoe UI", sans-serif}.rotating-text{border-radius:50%;justify-content:center;align-items:center;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.rotating-text--light{background-color:#eaeaea}.rotating-text--light .rotating-text__circular-text text{fill:#050505}.rotating-text--light .rotating-text__center-text{color:#050505}.rotating-text--white{background-color:#fff}.rotating-text--white .rotating-text__circular-text text{fill:#050505}.rotating-text--white .rotating-text__center-text{color:#050505}.rotating-text--background{background-color:#050505}.rotating-text--background .rotating-text__circular-text text{fill:#eaeaea}.rotating-text--background .rotating-text__center-text{color:#eaeaea}.rotating-text--transparent{background-color:#0000}.rotating-text__badge{aspect-ratio:1;justify-content:center;align-items:center;width:280px;max-width:100%;height:280px;display:flex;position:relative}.rotating-text__circular-text{width:100%;height:100%;animation:20s linear infinite spin;position:absolute;top:0;left:0}.rotating-text__circular-text text{letter-spacing:5.5px;text-transform:uppercase;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:500;transition:fill .3s}.rotating-text__center{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rotating-text__center-text{text-transform:uppercase;letter-spacing:.5px;font-size:clamp(.65rem,.6rem + .15vw,.8rem);font-weight:700;transition:color .3s;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
