/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Astra Child Theme designed for Portfolio.
 Author:       AI
 Author URI:   https://google.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* Custom variables for global colors */
:root {
  --primary-color: #F16726; /* Using standard modern orange from past interaction context possibly, or general modern look */
  --secondary-color: #DF1F26;
  --bg-color: #f9f9f9;
  --text-color: #333;
}

/* Force All Archives to Full Width */
.archive .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Constrain the header width on those full-width archives */
.archive .site-header .ast-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}
