:root {
    /* Colors */
    --powder-white: #f7f6f2;
    --white: #ffffff;
    --iron: #5a6063;
    --blue: #4f6d7a;
    --light-blue: #719BAD;
    --light-blue-2: #9dcce0;
    --icon: #4f6d7a;
    --steel: #8f9496;
    --text: #212b31;
    --dark-orange: #c7511c;
    --night: #171615;
    --gunmetal: #212b31;
    --outline-or-fill: #f7f6f2;
    --fill-text: #212b31;
    --outline-text: #f7f6f2;
    --hover-fill: #c3c8c9;
    --hover-text: #212b31;
    --orange-fill: #f4743b;
    --orange-hover: #c7511c;
    --fill-text-white: #ffffff;
    --hover-text-light: #f7f6f2;
    --Capital-Outline-or-Fill: #212B31;
    --platinum: #E6E5E3;
    --silver: #C3C8C9;
    --photo-gallery-gap: 10px;
    --photo-gallery-image-width: 360px;
    --photo-gallery-image-height: 240px;
    
    /* Spacing */
    --section-break-l: 80px;
    --section-break-xl: 100px;
    --section-break-m: 60px;
    --xl: 40px;
    --l: 32px;
    --m: 24px;
    --s: 16px;
    --xs: 12px;
    --xxs: 8px;
    --micro: 4px;

    --fa-family-sharp: "Font Awesome 7 Sharp";
    --fa-font-sharp-light: normal 300 1em/1 var(--fa-family-sharp);
    --fa-style-family-sharp: var(--fa-family-sharp);
}