<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@font-face {
    font-family: "Poppins";
    src: url(/ArcheWeb/font/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-Italic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 100;
    src: url(/ArcheWeb/font/Poppins/Poppins-Thin.ttf);
}

@font-face {
    font-family: "Poppins";
    font-weight: 100;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-ThinItalic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 200;
    src: url(/ArcheWeb/font/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: "Poppins";
    font-weight: 200;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-ExtraLightItalic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 300;
    src: url(/ArcheWeb/font/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-LightItalic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url(/ArcheWeb/font/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-MediumItalic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url(/ArcheWeb/font/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-SemiBoldItalic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url(/ArcheWeb/font/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-BoldItalic.ttf);
}


@font-face {
    font-family: "Poppins";
    font-weight: 900;
    src: url(/ArcheWeb/font/Poppins/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 900;
    font-style: italic;
    src: url(/ArcheWeb/font/Poppins/Poppins-ExtraBoldItalic.ttf);
}


body, input, select, option, button, textarea {
    font-family: "Poppins";
    font-size: 0.8rem;
    font-weight: 300;
    outline: none;
}

input {
    border: solid 1px #ccd0d3;
    border-radius: 9px;
    padding: 3px 5px;
}</pre></body></html>