/*
Theme Name: Freelance WebDesigner
Author: Your Name
Description: A clean, minimal WordPress theme for freelance web designers.
Version: 1.0.0
*/
/*@import url('assets/css/main.css');*/
body { font-family: Arial; }

.txt-hsb{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important; text-decoration:none; cursor: default;
}

.txt-hsb a{ --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important; text-decoration:none; cursor: default;}

.txt-hsb a:hover{ --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important; text-decoration:none; cursor: default;}