/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* Copyright (c) 2025, João Oliveira Santos */

.reveal section {
	* Change default font */
	font-family: Liberation Serif, Times New Roman, serif;
	text-transform: none;
	font-size: 25px;
}

.reveal section h1 {
	text-align: center;
}

.reveal .fragment img {
display: block;
	margin-left: auto;
	margin-right: auto;
}

/* change color for functions in code chunks */
.reveal code span.fu { 
	color: Aqua;
}

.reveal .title {
	font-size: 30px;
}

.reveal .author {
	font-size: 25px;
}

.reveal .date {
	font-size: 25px;
}

.reveal table {
	border: none;
}

.reveal table th {
	border: none;
	border-top: 2px solid black;
}

.reveal table td {
	border: none;
}

.reveal table tr {
	font-size: 25px;
	border: none;
}

.reveal tr:last-child {
	border-bottom: 2px solid black;
}

.two-cols {
	display: flex;
}

.two-cols-col {
	flex: 1;
}
