/* Load all the fonts in the folder assets/fonts */
@font-face {
    font-family: 'times new roman';
    src: url('../../assets/fonts/times-new-roman/times-new-roman.ttf') format('truetype');
}
@font-face{
    font-family: 'geoform';
    src: url('../../assets/fonts/geoform/Geoform.otf') format('opentype');
}

#toolbar button:disabled,
.canvas-options select:disabled,
.canvas-options input:disabled,
.canvas-options button:disabled{
    opacity: 0.5;
}

.layers-container .text-style-container button.active-style{
    filter: brightness(1.2);
}
.layers-container .text-style-container button.bold{
    font-weight: bold;
}
.layers-container .text-style-container button.italic{
    font-style: italic;
}
.layers-container .text-style-container button.underline{
    text-decoration: underline;
}