/*
Theme Name: Zaxis
Theme URI: https://zaxis.design
Author: z-axis
Author URI: https://zaxis.design
Description: Custom WordPress theme for z-axis design studio
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: zaxis
*/

.pri-color{
    background: var(--pri-color);
    
}
.pri-color-light{
    background: var(--pri-color-light);
    
    
}
.pri-color-dark{
    background: var(--pri-color-dark);
    
}
.container{
    max-width: var(--container-max-width);
}
body {
    color:var(--font-color);
}

body {
  background-size: 8px 8px; /* Sets the size of each grid cell */
  background-image: 
    linear-gradient(to right, grey 1px, transparent 1px), /* Vertical lines */
    linear-gradient(to bottom, grey 1px, transparent 1px); /* Horizontal lines */
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
