/*
Theme Name: TMI Custom
Theme URI: https://yourwebsite.com
Description: this the child theme of twenty twenty 1 for TMI Custom theme
Author: Citytechteam
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
Text Domain: arunaaryagupta-custom
*/

/* Your custom CSS below */

.sin-tag {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
}

.portfolio-link {
    background: url(./images/gotopage-icon.svg) no-repeat 100% 50%;
    color: var(--secondary)
#FDC400
;
    font-size: 0.8125rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding-inline-end: 18px;
}