/*
Theme Name: Euromarine Sales
Description: Custom WordPress theme for Euromarine Sales CMS
Author: Smart Code
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: euromarine-sales
*/

@font-face {
    font-family: "Roboto";
    src: url('assets/fonts/Roboto.ttf');
}

* {
	font-family: "Roboto";
}

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

.index {
	width: 100%;
	height: calc(100vh - 32px - 16px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;

	h1 {
		margin: 0;
		font-size: 40px;
	}
	
	p {
		font-size: 16px;
		margin: 0;
	}

	a {
		text-decoration: none;
		background-color: #212e56;
		padding: 12px 24px;
		color: white;
		border: none;
		cursor: pointer;
		font-size: 16px;
	}
}