@font-face {
    font-family: "Figtree";
    src: local("Figtree"), url("./Figtree-Regular.ttf");
}

body {
    font-family: "Figtree", sans-serif;
}

a {
    color: royalblue;
    text-decoration: none;
}

a:hover {
    color: mediumblue;
    text-decoration: underline;
}