@font-face {
    font-family: "Pin Sans";
    src: url("https://s.pinimg.com/webapp/Pin-Sans-MacOS-Regular-708c49dd.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Pin Sans";
    src: url("https://s.pinimg.com/webapp/Pin-Sans-MacOS-Medium-704a4f34.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Pin Sans";
    src: url("https://s.pinimg.com/webapp/Pin-Sans-MacOS-Bold-ce475d98.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Pin Sans";
    src: url("https://s.pinimg.com/webapp/Pin-Sans-MacOS-Heavy-2b6abf8c.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

body,
button,
input,
select,
textarea {
    font-family: var(--base-font-family-default-latin) !important;
}

:root {
    --font-family-default-latin: var(--base-font-family-default-latin);
}
