/* CMS Styles */
:root {
    --body-font: Barlow, sans-serif;
    --body-font-size: 20px;
    --body-font-weight: 400;
    --h1-font: Barlow, sans-serif;
    --h1-font-size: 36px;
    --h1-font-weight: 700;
    --h1-font-style: normal;
    --h2-font: Barlow, sans-serif;
    --h2-font-size: 30px;
    --h2-font-weight: 600;
    --h2-font-style: normal;
    --h3-font: Barlow, sans-serif;
    --h3-font-size: 24px;
    --h3-font-weight: 600;
    --h3-font-style: normal;
    --h4-font: Barlow, sans-serif;
    --h4-font-size: 20px;
    --h4-font-weight: 600;
    --h4-font-style: normal;
    --h5-font: Arial;
    --h5-font-size: 14px;
    --h5-font-weight: 400;
    --h5-font-style: normal;
    --h6-font: Arial;
    --h6-font-size: 12px;
    --h6-font-weight: 400;
    --h6-font-style: normal;
    --color-font: #1f2937;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #18345d;
    --link-color-hover: #a2bed4;
    --color-primary: #18345d;
    --color-secondary: #f5f5f5;
    --color-accent: #798a82;
    --color-quaternary: #b38e7a;
    --color-background: #ffffff;
}

/* Custom Styles */
.soSubmit1 {

display: flex;
    justify-content: center;
    gap: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: var(--body-font-size);
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    width: fit-content;
    min-width: 145px;
    padding: 8px 20px;
    border-radius: 0;

    background-color: var(--color-quaternary);
    border: 2px solid var(--color-quaternary);
    color: #fff;


}
