@font-face {
    font-family: "Rawline";
    src: url("/public/fonts/rawline/rawline-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Rawline";
    src: url("/public/fonts/rawline/rawline-500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Rawline";
    src: url("/public/fonts/rawline/rawline-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Rawline";
    src: url("/public/fonts/rawline/rawline-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Rawline";
    src: url("/public/fonts/rawline/rawline-800.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

html,
body,
body * {
    font-family: "Rawline", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body code,
body pre,
body kbd,
body samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}
