/*
Theme Name: O Rei da Fossa
Author: Eder
Author URI: http://wa.me/5511943313258
Description: Bootstrap 5.2.x Theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: o-rei-da-fossa
*/


* {
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif !important;
}

a.btn-primary {
    background-color: #0a4d97 !important;
    border: solid 1px #ffffff;
}

a.btn-primary:hover {
    background-color: #02376B !important;
    border: solid 1px #ffffff;
}

/* Skip link for keyboard users */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: #ffffff;
    color: #034A91;
    z-index: 10000;
    border-radius: 4px;
    text-decoration: none;
}