/* ==========================================================================
   BASE STYLES - Typography, Fonts, Root Elements
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500&family=Lato:wght@400;700&display=swap");

body {
    font-family: "Karla", sans-serif;
    overflow-x: hidden !important;
    position: relative;
    color: #404b67;
}

.sono-title {
    font-family: "Sono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "MONO" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

p {
    font-size: 17px;
    line-height: 26px;
}

a {
    text-decoration: none !important;
    outline: none;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

hr {
    border-top: 1px solid #808eb1;
    margin: 0;
}

.text-center {
    margin-left: auto;
    margin-right: auto;
}

.black {
    color: black;
}

.white {
    color: white;
}

.text-emphasis {
    font-weight: bold;
    color: #528fcf;
}

.row > * {
    position: relative;
}

/* Title Styling */
.four h1 {
    text-align: center;
    padding-bottom: 0.7em;
}

.four h1 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
    color: rgba(0, 0, 0, 0.5);
}

.four h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #777;
}
