﻿@font-face {
    font-family:"Montserrat";
    src:url('Resources/Fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Inter";
    src: url('Resources/Fonts/Inter_28pt-Regular.ttf') format('truetype');
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --delta: -3000px;
}
