@font-face {
    font-family: "CooperHewittSemibold";
    src: url("/assets/fonts/CooperHewitt-Semibold.ttf") format("truetype");
}
@font-face {
    font-family: "NotoSansRegular";
    src: url("/assets/fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoLight";
    src: url("/assets/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoRegular";
    src: url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoMedium";
    src: url("/assets/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoMono";
    src: url("/assets/fonts/RobotoMono-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoFlex";
    src: url("/assets/fonts/RobotoFlex.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoCondensed";
    src: url("/assets/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "MontserratRegular";
    src: url("/assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "MontserratLight";
    src: url("/assets/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
    font-family: "IBMPlexSansRegular";
    src: url("/assets/fonts/IBMPlexSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Nunito-Regular";
    src: url("/assets/fonts/Nunito-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Rubik-Regular";
    src: url("/assets/fonts/Rubik-Regular.ttf") format("truetype");
}


textarea{
    all: unset;
}
input:focus {
    outline:none;
}

input:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}
input:disabled:hover {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}
select{
	outline: none;
    margin: 0;
    
}