@font-face {
    font-family: "Tomkin";
    src: url("../css/fonts/tomkin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Tomkin-Regular";
    src: url("../css/fonts/tomkin-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../css/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Roboto", Times, serif;
    background-color: lime-100;
    overflow-x: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.times-roman {
    font-family: "Times New Roman", Times, serif;
}

.tomkin {
    font-family: "Tomkin", sans-serif;
}
