﻿@font-face {
    font-family: "Google Sans";
    src: url(../fonts/HomemadeApple-Regular.ttf);
}

/*.sign {
    font-family: "Google Sans", cursive;
    font-family: 'Segoe Script';
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}*/

.signList {
    font-family: "Segoe Script";
    font-size: 18px;
    font-weight: 700;
    line-height: 15.4px;
    min-width: 200px;
}

    .signList * {
        font-family: Verdana;
        font-size: 18px;
    }

.signature-pad {
    cursor: url(../images/pen.png) 1 33, pointer;
    border: 2px solid;
    border-radius: 4px;
}

@media (pointer: coarse) {
    .signature-pad {
        overflow: hidden; /* Needed to prevent the vertical scroll on touch devices */
    }
}
