/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);

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

:root {
    --clr-primary: #1e73be;
    --clr-secondary: #dd9933;
    --clr-tertiary: #dd3333;
    --clr-quaternary: #81d742;
}

:root {
    --clr-primary-2: #374c7c;
}

:root {
    --font-main: Lato, sans-serif;
    --font-heading: Playfair Display, serif;
    --font-script: Playfair Display, serif;
    --fs-xl: clamp(36px, 3.5vw, 48px);
    --fs-1000: clamp(28px, 3.5vw, 36px);
    --fs-900: clamp(26px, 3.5vw, 30px);
    --fs-800: clamp(24px, 4.5vw, 26px);
    --fs-700: clamp(22px, 4.5vw, 22px);
    --fs-600: clamp(20px, 4.5vw, 20px);
    --fs-500: clamp(18px, 4.5vw, 18px);
    --fs-400: 16px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

.page-header-title, .hero-title {
    color: white;
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h0 {
    font-weight: ;
    font-style: ;
    font-family: var(--font-main);
}

h1 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h2 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h3 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h4 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h5 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h6 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
}

a, .ui-widget-content a {
    color: var(--clr-primary);
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-primary);
    text-decoration: none;
}
