/* Font Imports - Using fonts closer to original */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
@font-face {
    font-family: 'Amsterdam Four';
    src: url('Amsterdam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Amsterdam 400';
    src: url('Amsterdam-Four_ttf-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Feeling Passionate';
    src: url('Feeling-Passionate-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Athena Light';
    src: url('Athena-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Feeling Passionate Personal Use Only';
    src: url('Feeling-Passionate-Personal-Use-Only.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
