/* Define Custom Fonts */
@font-face {
    font-family: 'Aller';
    src: url('/assets/fonts/aller.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('/assets/fonts/vollkorn-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Use Fonts in Theme */
body {
    font-family: 'Vollkorn', 'Arial', 'Aller', sans-serif;
}

.h1-vollkorn {
    font-family: 'Vollkorn', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.h2-arial {
    font-family: 'Arial', sans-serif;
    font-weight: semibold;
    font-size: 24px;
    line-height: 34px;
}

.h3-aller {
    font-family: 'Aller', sans-serif;
    font-weight: medium;
    font-size: 20px;
    line-height: 30px;
}

.h3-aller-button {
    font-family: 'Aller', sans-serif;
    font-weight: regular;
    font-size: 12px;
    line-height: 20px;
}

.h3-aller-nav {
    font-family: 'Aller', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.text-1 {
    font-family: 'Arial', sans-serif;
    font-weight: regular;
    font-size: 16px;
    line-height: 26px;
}

.text-2 {
    font-family: 'Arial', sans-serif;
    font-weight: regular;
    font-size: 14px;
    line-height: 24px;
}


