:root {
  --branding: <?= $data->link->settings->text_color ?> !important;
}

@font-face {
  font-family: 'Cardsite-Brand';
  src: url('fonts/Cardsite-Brand.eot?9l7gsx');
  src: url('fonts/Cardsite-Brand.eot?9l7gsx#iefix') format('embedded-opentype'),
    url('fonts/Cardsite-Brand.ttf?9l7gsx') format('truetype'),
    url('fonts/Cardsite-Brand.woff?9l7gsx') format('woff'),
    url('fonts/Cardsite-Brand.svg?9l7gsx#Cardsite-Brand') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="Brand-"],
[class*=" Brand-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Cardsite-Brand' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Brand-CS .path1:before {
  content: "\e900";
  color: rgb(0, 0, 0);
}

.Brand-CS .path2:before {
  content: "\e901";
  margin-left: -5.6279296875em;
  color: rgb(0, 0, 0);
  opacity: 0.5;
}

.Brand-CS .path3:before {
  content: "\e902";
  margin-left: -5.6279296875em;
  color: rgb(0, 0, 0);
  opacity: 0.7;
}

.wordmark {
  font-size: 16px;
  width: 100%;
  padding-bottom: 1em;
  margin-right: auto !important;
  margin-right: auto !important;
  margin-bottom: 1em;
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.logo-cs {
  font-size: 32px;
}

 
@media (max-width: 768px) { 
    .logo-cs {
     font-size: 22px !important;
                }
}