@font-face {
    font-family: 'Gotham';
    src: url('./gotham/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./gotham/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('./gotham/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
h1, h2, h3, h4 {
    font-weight: 900 !important;
    text-transform: uppercase !important;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #181E26;
}

body {
    background-color: #F0F2F4;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #181E26;
}

.social-button {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50% !important;
}

/* --  Branding --*/
.text-danger, .link-danger {
    color: #ff5100 !important;
}
.text-warning, .link-warning {
    color: #f18700 !important;
}
.border-danger {
    border-color: #ff5100 !important;
}
.border-warning {
    border-color: #f18700 !important;
}

.link {
    font-weight: 600 !important;
    text-decoration: none !important;
}

.text-primary, .link-primary {
    color: #203748 !important;
}
.bg-primary {
    background-color: #203748 !important ;
}

.text-copper {
    color: #B6856B !important;
}

.btn-outline-warning {
    --bs-btn-color: #f18700;
    --bs-btn-border-color: #f18700;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f18700;
    --bs-btn-hover-border-color: #f18700;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f18700;
    --bs-btn-active-border-color: #f18700;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f18700;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f18700;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #ff5100;
    --bs-btn-border-color: #ff5100;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff5100;
    --bs-btn-hover-border-color: #ff5100;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff5100;
    --bs-btn-active-border-color: #ff5100;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff5100;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff5100;
    --bs-gradient: none
}

.link-white {
    text-decoration: underline !important;
    color: #fff !important;
}
.link-white:hover {
    color: #c4c4c4 !important;
}


.ariensco-logo-footer {
    width: 500px;
    height: auto;
}