/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;800&display=swap');

.hero-title {
    font-family: 'Orbitron', sans-serif;}

    :root {
    --accent: #d6b23a;
    --primary: #d6b23a;
    --color-accent: #d6b23a;
}