html { 
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(54, 69, 79);
    max-width: 100%;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-size: 75px;
    font-weight: 350;
    margin: 0px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}

p { 
    font-size: 18px; 
}

a {
    color: var(--highlight-color);
    font-weight: bold;
}

.text-white { color: white }

.text-theme { color : rgb(54, 69, 79);}

.text-blue { color : rgb(18, 50, 67);}

.text-centered {
    text-align: center;
    position: relative;
}

.text-right {
    text-align: right;
    position: relative;
}

.text-left {
    text-align: left;
    position: relative;
}