/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Open+Sans:wght@400;700&display=swap);

:root {
    --clr-primary: #0f3343;
    --clr-secondary: #06608b;
    --clr-tertiary: #ebebeb;
    --clr-quaternary: #414141;
}

:root {
    --font-main: Open Sans;
    --font-heading: Lora;
    --font-script: Open Sans;
    --fs-xl: clamp(1px, 3.5vw, 1px);
    --fs-1000: clamp(1px, 3.5vw, 35px);
    --fs-900: clamp(1px, 3.5vw, 30px);
    --fs-800: clamp(1px, 4.5vw, 28px);
    --fs-700: clamp(1px, 4.5vw, 25px);
    --fs-600: clamp(1px, 4.5vw, 20px);
    --fs-500: clamp(1px, 4.5vw, 20px);
    --fs-400: 16px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

.page-header-title, .hero-title {
    color: var(--clr-primary);
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h0 {
    font-weight: ;
    font-style: ;
    font-family: var(--font-main);
    color: ;
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: secondary;
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: primary;
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-main);
    color: secondary;
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-main);
    color: primary;
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: secondary;
}

h6 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-main);
    color: primary;
}

a, .ui-widget-content a {
    color: var(--clr-secondary);
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: var(--clr-primary);
    text-decoration: none;
}
