/* Cookie page — Google Inter font + equal-width buttons */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

#policy-content,
#policy-content h2,
#policy-content h3,
#policy-content h4,
#policy-content p,
#policy-content li {
    font-family: 'Inter', sans-serif;
}

/* Equal-width cookie banner buttons */
#cookie-reject,
#cookie-accept {
    min-width: 100px;
    width: 100px;
    text-align: center;
    justify-content: center;
}
