﻿
/**Buttons*/

/**umb_name:Button*/
.button {
  /*  max-width: fit-content;*/
    font-weight: initial;
}

.text-block .button:after {
    content: "\f061";
    font: var(--fa-font-regular);
}

.button > a {
    text-decoration: none;
    color:unset !important;
}
a:has(.button) {
    text-decoration: none;
}

/**umb_name: Primary Color*/
.primary-color {
}


/**umb_name: Secondary Color*/
.secondary-color {
}

/**umb_name: Outlined*/
.Outline {
}

/**umb_name: Filled*/
.Filled {
}

/**umb_name: Filled*/
.rounded {
}




