@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --color-primary: #A18852;
    --color-secondary: #334142;
    --color-secondary-100: #303b3d;
    --color-secondary-200: #232829;
    --color-light: #a7a7a7;
    --color-light-100: #C8C8C8;
    --color-light-200: #868686;
    --color-dark: #121212;
    --color-success: #1aa735;
    --color-gold: #FDCC0D;
    --color-bg-dark: #000303;
    --color-bg-dark-100: #404242;
    --color-bg-light: #f5f5f7;
    --color-bg-light-100: #fbfbfd;
    --color-bg-light-200: #e1e1e1;
    --color-border-light: #d2d2d7;
    --color-border-light-100: #e1e1e1;
    --color-border-form-light: #dee2e6;
    
    --fs-xs: .75rem;
    --fs-sm: .875rem;
    --fs-bs: 1rem;
    --fs-lg: 1.125rem;
    --fs-xl: 1.25rem;
    --fs-xxl: 1.5rem;
	--fs-h1: 2.5rem;
	--fs-h2: 2rem;
	--fs-h3: 1.75rem;
    
    --line-height-bs: 1.5;
	
	--ff-primary: "PT Sans";
    
    --rounded-sm: .375rem;
    --rounded-bs: .5rem;
    --rounded-lg: .875rem;
    --rounded-xl: 1.125rem;
	
	--shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),.075);
	--shadow-bs: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15);
	--shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb),.175);
}