/* Import the 'Inter' font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

/* Apply a fallback font stack with Helvetica as the preferred font */
body {
    font-family: 'Times New Roman', sans-serif;
}

#project-image {
    cursor: pointer;
}