/* @font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter28pt-SemiBold.553f2cbe472f.eot");
    src: url("../fonts/Inter28pt-SemiBold.553f2cbe472f.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Inter28pt-SemiBold.a2bca0402fa8.woff2") format('woff2'),
        url("../fonts/Inter28pt-SemiBold.326e240832c4.woff") format('woff'),
        url("../fonts/Inter28pt-SemiBold.ae45257df1a3.ttf") format('truetype'),
        url("../fonts/Inter28pt-SemiBold.460473da3118.svg#Inter28pt-SemiBold") format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
/* 
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter28pt-Medium.81a697c91c1c.eot");
    src: url("../fonts/Inter28pt-Medium.81a697c91c1c.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Inter28pt-Medium.4df261b0fce2.woff2") format('woff2'),
        url("../fonts/Inter28pt-Medium.9716890380ef.woff") format('woff'),
        url("../fonts/Inter28pt-Medium.94aff01aefc7.ttf") format('truetype'),
        url("../fonts/Inter28pt-Medium.2afef062cc06.svg#Inter28pt-Medium") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter28pt-Light.077ba337726a.eot");
    src: url("../fonts/Inter28pt-Light.077ba337726a.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Inter28pt-Light.3f4cb7e61e3b.woff2") format('woff2'),
        url("../fonts/Inter28pt-Light.a5f97cc6e366.woff") format('woff'),
        url("../fonts/Inter28pt-Light.7d57fd701b40.ttf") format('truetype'),
        url("../fonts/Inter28pt-Light.3c72354db88e.svg#Inter28pt-Light") format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */
/* 
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter24pt-Black.40fa1c51dc19.eot");
    src: url("../fonts/Inter24pt-Black.40fa1c51dc19.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Inter24pt-Black.ce26d409dcf7.woff2") format('woff2'),
        url("../fonts/Inter24pt-Black.feff065296e2.woff") format('woff'),
        url("../fonts/Inter24pt-Black.7bb3773a60d4.ttf") format('truetype'),
        url("../fonts/Inter24pt-Black.7755510e083e.svg#Inter24pt-Black") format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter28pt-Regular.0a67bf4bc3e7.woff2") format('woff2'),
        url("../fonts/Inter28pt-Regular.6f712cb84771.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* 
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter24pt-Bold.57f8e70b9050.eot");
    src: url("../fonts/Inter24pt-Bold.57f8e70b9050.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Inter24pt-Bold.ab580d254b82.woff2") format('woff2'),
        url("../fonts/Inter24pt-Bold.cb5e9cb562eb.woff") format('woff'),
        url("../fonts/Inter24pt-Bold.053c429add96.ttf") format('truetype'),
        url("../fonts/Inter24pt-Bold.9b43a558cfe3.svg#Inter24pt-Bold") format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */



/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


html, body {
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}