@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --scopos-dark-grey: #222529;
    --scopos-dark-grey-0: #222529;
    --scopos-dark-grey-1: #4E5154;
    --scopos-dark-grey-2: #7A7C7F;
    --scopos-dark-grey-3: #A7ABA9;
    --scopos-blue: #0483C1;
    --scopos-blue-0: #0483C1;
    --scopos-blue-1: #369CCD;
    --scopos-blue-2: #68B5DA;
    --scopos-blue-3: #9BCDE6;
    --scopos-light-grey: #D1D1D1;
    --scopos-light-grey-0: #D1D1D1;
    --scopos-light-grey-1: #DADADA;
    --scopos-light-grey-2: #E3E3E3;
    --scopos-light-grey-3: #EDEDED;
    --scopos-medium-grey: #5B5B5B;
    --scopos-medium-grey-0: #5B5B5B;
    --scopos-medium-grey-1: #7C7C7C;
    --scopos-medium-grey-2: #9D9D9D;
    --scopos-medium-grey-3: #BDBDBD;
    --scopos-orange: #E2511A;
    --scopos-orange-0: #E2511A;
    --scopos-orange-1: #E87448;
    --scopos-orange-2: #EE9776;
    --scopos-orange-3: #F3B9A3;
}

a, .btn-link {
    color: var( --scopos-blue-0 );
}

a:hover, .btn-link:hover {
    color: var( --scopos-blue-2 );
}

.btn-primary {
    color: #fff;
    background-color: var( --scopos-blue-0 );
    border-color: var( --scopos-blue-2 );
}

.cursor-pointer {
    cursor: pointer;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-400 {
    min-width: 400px;
}

.min-width-500 {
    min-width: 500px;
}

/* Optional: map semantic tags globally */
h1, .heading-h1,
h2, .heading-h2,
h3, .heading-h3,
h4, .heading-h4,
h5, .heading-h5,
h6, .heading-h6 {
    margin: 0 0 0.5rem 0;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: var(--scopos-dark-grey-0);
}

/* Modern, restrained scale */
h1, .heading-h1 {
    font-family: "aktiv-grotesk-light", sans-serif;
    font-size: 1.75rem; /* 32px */
    font-weight: 300;
    color: var(--scopos-dark-grey-0);
}

h2, .heading-h2 {
    font-family: "aktiv-grotesk-medium", sans-serif;
    font-size: 1.65rem; /* ~26px */
    font-weight: 500;
    color: var(--scopos-blue-0);
}

h3, .heading-h3 {
    font-family: "aktiv-grotesk-medium", sans-serif;
    font-size: 1.4rem; /* ~22px */
    font-weight: 400;
    color: var(--scopos-dark-grey-0);
}

h4, .heading-h4 {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem; /* ~19px */
    font-weight: 400;
    color: var(--scopos-dark-grey-2);
}

h5, .heading-h5 {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.05rem; /* ~17px */
    font-weight: 400;
    color: var(--scopos-dark-grey-1);
}

h6, .heading-h6 {
    font-family: "aktiv-grotesk-light", sans-serif;
    font-size: 1.05rem; /* ~15px */
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--scopos-blue-0);
}

p, .paragraph {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 300;
    color: var(--scopos-medium-grey-1);
    margin: 0 0 .25rem 0;
}

/* ValidationMessage component */
validation-message, .validation-message {
    font-family: "aktiv-grotesk-medium", sans-serif;
    font-size: 1.05rem; /* ~15px */
    color: var(--scopos-orange-0); /* or any color */
    font-weight: 500;
}

/* ValidationSummary component */
.validation-errors {
    font-family: "aktiv-grotesk-medium", sans-serif;
    font-size: 1.05rem; /* ~15px */
    color: var(--scopos-orange-0);
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
}

    .validation-errors li {
        color: inherit;
    }
