/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for the Twenty Twenty-One theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     twentytwentyone
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../twentytwentyone/style.css");
:root{
      --bs-border-color-translucent: rgba(229, 231, 235, 1) !important; 
}
body{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
