@charset "UTF-8";

body {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
}
h1 {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
}
h2,h3,h4,h4 {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
}
em,i{
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
}
b,strong{
font-family: var(--e-global-typography-accent-font-weight);
font-weight: bold;
}
small { font-size: 0.66em }
a {
color: var(--e-global-color-primary)
}
a:hover,
a:active {
color: var(--e-global-color-accent)
}