@theme {
    /* FONTS */
    --font-manrope: 'Manrope', ui-sans-serif, system-ui, sans-serif;
    --font-playfair: 'Playfair Display', ui-serif, Georgia, serif;

    /* COLORS */
    --color-main: #4AA1A5;
    --color-second: #0B2943;
    --color-neutral: #F5F7FA;
    --color-title: #367578;
}
