﻿/* primary web font is Roobert, fall to Arial */
html, body {
    font-family: "Roobert-Regular",Arial, sans-serif;
    font-size: 1em;
    color: #242424;
}

textarea {
    font-family: "Roobert-Regular",Arial, sans-serif;
    font-size: 81%;
}

a {
    font-size: 81%;
}

label {
    font-size: 81%;
}

span {
    font-size: 81%;
}

h1 {
    font-size: 130%;
}

h2 {
    font-size: 120%;
}

h3, .honi-font-large {
    font-size: 110%;
}

h4 {
    font-size: 81%;
}

h5 {
}

h6 {
}

button {
    font-size: 81%;
    font-family: "Roobert-Regular",Arial, sans-serif;
}

input {
    font-size: 81%;
    font-family: "Roobert-Regular",Arial, sans-serif;
}

select {
    font-size: 81%;
    font-family: "Roobert-Regular",Arial, sans-serif;
}

.honi-italic {
    font-style: italic;
}

.honi-underline {
    text-decoration: underline;
}

.honi-text-medium-bold {
    font-weight:500;
}
.honi-text-semi-bold {
    font-weight: 600;
}
.honi-text-bold {
    font-weight: 700;
}


.honi-text-left {
    text-align: left;
}

.honi-text-center {
    text-align: center;
}

.honi-text-right {
    text-align: right;
}
