/*
Theme Name: BuyNew Portal
Theme URI: https://buynew.com
Author: Caleb
Description: Custom theme for BuyNew portal
Version: 1.0.0
Text Domain: buynew-portal
*/

/* Remove margins from headers and paragraphs */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/* Theme colors */
:root {
    --primary-color: #CDC7A7;
    --secondary-color: #BACACA;
    --accent-color: #0000005e;
    --accent-color-alt: #0000005e;
    --accent-color-rgba: rgba(225, 163, 95, 0.1);
    --accent-color-rgba-dark: rgba(225, 163, 95, 0.2);
    --button: #769796;
    --button-hover: #556667;
    --button-shadow: rgba(118, 151, 150, 0.4);
    --text-color: #090C12;
    --text-color-light: #374151;
    --text-color-lighter: #6B7280;
    --text-color-lightest: #9CA3AF;
    --background-color: #FFFFFF;
    --background-light: #F9FAFB;
    --background-lighter: #F7F7F7;
    --border-color: #E5E7EB;
    --border-color-light: #D1D5DB;
    --status-active-bg: #DBEAFE;
    --status-active-text: #1E40AF;
    --status-inactive-bg: #F3F4F6;
    --status-inactive-text: #6B7280;
    --status-selling-bg: #DBEAFE;
    --status-selling-text: #1E40AF;
    --status-sold-bg: #D1D5DB;
    --status-sold-text: #374151;
    --danger-color: #DC2626;
    --danger-light: #EF4444;
    --danger-bg: #FEE2E2;
    --danger-border: #FECACA;
    --danger-text: #991B1B;
    --warning-bg: #FEF2F2;
    --warning-border: #FECACA;
    --overlay-dark: rgba(0, 0, 0, 0.5);
}

/* Typography */
:root {
    --font-family: 'Rawest', sans-serif;
    --font-family-alt: 'Roboto', sans-serif;
}

/* Dimentions */
:root {
    --container-width: 1280px;
}

.body{
    font-family: var(--font-family) !important;
}