﻿@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap');

.GFont-ChakraB {
	font-family: 'Chakra Petch';
	color: Navy;
	font-size: 16px;
        text-align: center;
	position: relative;
	text-decoration: none;}

.GFont-ChakraHover {
	font-family: 'Chakra Petch';
	color: "cd7f76";
	font-size: 16px;
        text-align: center;
	position: relative;
	text-decoration: none;}

.GFont-ChakraW {
	font-family: 'Chakra Petch';
	color: White;
	font-size: 16px;
        text-align: center;
	position: relative;
	text-decoration: none;}

.GFont-ChakraY {
	font-family: 'Chakra Petch';
	color: Yellow;
	font-size: 16px;
        text-align: center;
	position: relative;
	text-decoration: none;}
	
.GFont-ChakraBTal {
	font-family: 'Chakra Petch';
	color: Navy;
	font-size: 16px;
        text-align: left;
	position: relative;
	text-decoration: none;}

