/*
  Theme Name: Bull Riders
  Author: Matteo Montanari
  Description: Custom theme for Bull Riders project. The project will be presented as final for Linuxshell LAMP stack course
  Tags: blog, finance, news
  Version: 1.0
  Requires PHP: 7.4
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: BullRiders
  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	/*--primary-font: "Roboto";*/
  --primary-font: "pt-root";
	--secondary-font: "Playfair Display";
	--border-color: #ccc;
	--border-darker: #b3b3b3;
  --green: #34c759;
  --red: #ff383b;
  --blue: #0088ff;
  --blue-darker: #1e6cf4;
  --orange: #ff8c28;
  --yellow: #ffcc00;
}

@font-face {
	font-family: "Roboto";
	font-weight: 100 600;
	src: url("assets/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype")
}

@font-face {
	font-family: "Playfair Display";
	font-weight: 100 600;
	src: url("assets/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype")
}

@font-face {
  font-family: "pt-root-regular";
  src: url("assets/fonts/pt-root-ui_regular.ttf") format("truetype");
}

@font-face {
  font-family: "pt-root";
  font-weight: 100 600;
  src: url("assets/fonts/pt-root-ui_vf.ttf") format("truetype");
}

body {
	font-family: var(--primary-font);
  margin: 0;
  min-height: 100vh;
}

